Design comparison
SolutionDesign
Community feedback
- @FernandoChurrosPosted almost 2 years ago
I have some suggestions you might consider to improve your code:
center
tag has been discontinued, for centralization I recommend using flexbox in the parent element of those who want to centralize, setting :
height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center;
- The value you specified in the
font-weight
property is invalid, have a look at documentation to know what values this property accepts. - The
font-size
must be specified in a unit of measurement (px, rem, em).
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