Design comparison
Solution retrospective
- I don't know the media query property, can someone please give me a resource on it.
- I am having a hard time understanding grid property this is the third time i am posting this submit solution again. Can someone please give me an answer on how to do about it or direct resource on it.
- i don't know how to take screenshot from google of my project, i don't like firefox screenshot, it very quite different from google.
Community feedback
- @mishael-codesPosted almost 2 years ago
Hello Aishaakin👋
For resources on CSS media queries, you can checkout w3schools and/or MDN
For grid layout, you can take this free course by freeCodeCamp.
For screenshots, you can use this chrome extension
Additional tips
The <html> tag should have a language attribute. It should look like this
<html lang="en">
. This lets the browser know that your site's is in english and it also helps screen readers to pronounce words correctly.You can take a free responsive web design course on freeCodeCamp
Another thing you can do is to use sematic HTML elements like the <main> tag, <footer> tag, <section> tag, and so on. You can read about them here
Keep on building, You are doing great👏👏
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord