@VCarames
Posted
Hey there! π Here are some suggestions to help improve your code:
- The statistics at the bottom are a list, so it should be built using an
unordered List
element.
More Info:π
MDN <ul>: The Unordered List element
- For improved accessibility π for your content, it is best practice to use
rem
for yourfont-size
and other property value. Whileem
is best formedia-queries
. Using these units gives users the ability to scale elements up and down, relative to a set value.
- Your CSS Reset is extremely bare and being underutilized. To fully maximize your CSS reset, you want to add more to it.
Here are few CSS Resets that you can look at and use to create your own or just copy and paste one that is already prebuilt.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!ππ
Marked as helpful
@Guilherme-Goncalves-de-Souza
Posted
Thank you very much @vcarames!!!
I'll look at that in my next projects, thank you very much!!!