Responsitive, CSS and @media

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @darryncodes
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 helpful
Join 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