Design comparison
SolutionDesign
Community feedback
- @FernandoChurrosPosted almost 2 years ago
I have some suggestions you might consider to improve your code:
-
In the body could set a
width: 100vw
, so the card is always centered regardless of the user's screen resolution. -
The use of the
strong
tag is to give 'great importance', including urgent things (like alerts), to apply a style it is recommended to use 'font-weight`, in CSS. -
For styling, use classes for better code maintenance, if you need to change something in the HTML, your CSS will break, as it is tied to tags.
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