Design comparison
SolutionDesign
Community feedback
- @Alex-Archer-IPosted 3 months ago
Hey!
Cool work, congrats =)
A few tips if you don't mind =)
Semantic stuff.
- It is preferable if the
h
tags follow the hierarchy - so afterh1
better to useh2
. - - - The links here is a list, so you can put them in theul
andli
tags. - And every page should contain
main
tag, but since this project could be part of the bigger page, maybe it's not really necessary here =)
CSS things.
- You can more easier center the content by adding
flex
to the body. - I recommend you to use
rem
for font sizes. It's a special values which depends on the browser font settings. - Don't use percentages for
border-radius
. This property is better keep static.
Hope that helps! Overall it is great work, keep doing =)
Marked as helpful1 - It is preferable if the
- @xcinek1337Posted 3 months ago
need to center
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