First try with plain css

Solution retrospective
I was wondering about whether I did right for any kind of display size, just to be sure if its correct to use px sizes from time to time (for padding and margin for example)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @idesmar
Hi Guillermo! How was your first challenge with FEM? I hope you had fun.
On using
px
for sizes, I normally just userem
for most sizes even padding and margin. Some usesem
on the latter two but then again that comes down to your preference. I might usepx
for very small details like outline or borders.Regarding accessibility issues, you may want to look into using container tags like
<header>
<main>
<section>
<article>
and<footer>
. MDN is always a good source.Marked as helpful
Join 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