Design comparison
SolutionDesign
Community feedback
- @saifion33Posted about 2 years ago
Hi Mostafa.
Your solution is nice. If you want to improve here is some tips.
-
Wrap section in
<main>
tag.<main><section>your code</section><main>
. -
Use
<h2>
tag instead of<p>
for title<h1 class="para">Improve your front-end skills by building projects</h1>
-
Use
<p>
tag for description instead of<span>
tag<p class="para2" >Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p>
-
Increase size of section
Marked as helpful0@mostafayounis01Posted about 2 years ago@saifion33 Thanks for that tip bro, I'll change it soon
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