Design comparison
SolutionDesign
Solution retrospective
What is the best method for creating a responsive website?
Community feedback
- @zougari47Posted over 2 years ago
Hi there👋, You need to add a little more detail to your code, the following tips will help you:
- add background to the body
- change the font of the text (you will see the link of the font in the style guide file)
and for your question, the best way is to start the design with the mobile-first.
Happy coding.
0@JasonJohnson2Posted over 2 years ago@zougari47 thank you for the feedback. I am not sure what went wrong with my css. I created the two file in visual code studio and when I put it into GitHub it stopped working.
0@zougari47Posted over 2 years ago@JasonJohnson2 I see in your HTML that you didn't link the CSS file
add this code to the header
<link rel="stylesheet" type="text/css" href="./index.css" />
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