Design comparison
SolutionDesign
Community feedback
- @MaracaraCarlosPosted 4 months ago
Hello Georginio, congratulations on your solution, it is very similar to the original design.
There are a couple of things that can improve your code:
-
You can use elements like
<main>
,<header>
, `<section> to improve the semantics of your code. Semantic HTML5 Elements Explained -
Use
rem
instead ofpx
as the unit of measurement infont-size
. This will make your page adapt better to different devices and browsers. Why font-size must NEVER be in pixels
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