Design comparison
SolutionDesign
Solution retrospective
Good afternoon, thanks for seeing my code... I would like to know if you observe good practices in my HTML and CSS.
Thank you all and see you soon
Community feedback
- @darryncodesPosted almost 3 years ago
Hi Camilo,
Nailed it, really well done!
I'd recommend moving your background styles to the
<body>
and making a few tweaks:background-image: url(./images/pattern-background-desktop.svg); // Update to desktop background-size: 100% auto; // Update - the first value is for width and the second is for height
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