Design comparison
Solution retrospective
de ter feito este projeto melhor do que o ultimo
Community feedback
- @luisgustavogorniakPosted 3 months ago
Your code is very well written! You really explored a lot of HTML semantics. Good use of the
section
andmain
tags.There are some issues with the styling, specifically sizing. The card is kind of breaking when you go into developer mode to adjust the viewer's screen size.
Be careful when setting the
width
andheight
of an element. These rules will end up messing up the element if the viewport is different from the one you were developing the code in.Try using
margin
andpadding
instead, the element will be static unless you set a rule for media query, which by the way it would be nice if you added it to differentiate mobile and desktop viewports.Other than that, congrats on the effort and keep coding!
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