Design comparison
Solution retrospective
I'm proud that I completed this project in a short amount of time and independently. What I would do differently next time is to create a separate file for the styling (CSS).
What challenges did you encounter, and how did you overcome them?I didn't encounter any challenges during this project.
What specific areas of your project would you like help with?I would like help in how to minimize the HTML.
Community feedback
- @Dev-MV6Posted 7 months ago
Hi there, good job on completing this challenge.
Is not a good practice to write your CSS using
style
tags inside your HTML, instead you can create a file in same directory and call itstyle.css
, then use alink
tag inside yourhead
tag to reference that file. This is way you are separating the page structure from the style-sheet:<link href="style.css" rel="stylesheet">
Hope you find this helpful 👍
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