@TaktokaSubmitted about 2 years ago
Mohamed Sayed
@msabdalaalAll comments
- @msabdalaalPosted about 2 years ago
Hi @Taktoka 👋, good job completing this challenge, and welcome to the Frontend Mentor Community! 🎉
Here are some suggestions you might consider:
Try to use semantic tags in your code. Click here for more information .: With semantic tags:
<body> <main class="main"> . . . </main> <body>
And also try matching the Body background with the main background as it will give you a better look
Instead of using pixels in font size, use relative units of measure like
rem
orem
. The font size in absolute length units (px) does not allow any user with limited vision to change the text size in some browsers. Reference .I hope those tips will help you.
Good job, and happy coding!
Marked as helpful0