Design comparison
SolutionDesign
Solution retrospective
I'm still getting a feel for CSS. Its not my strong suit. I definitely struggled when it came to getting my container centered up on the page. But I'm happy with how it turned out, feels pretty close to whats been asked.
Community feedback
- @Durban86Posted over 1 year ago
Looks good, nice job.
In the future, you're going to want to write your css in it's own file. most people call the file style.css and then they link it in the head of the HTML document like this:
<link rel="stylesheet" href="style.css">
Also, you should keep the html page named index.html
Marked as helpful1
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