Design comparison
SolutionDesign
Community feedback
- @WebDevMirzaPosted almost 2 years ago
Hi,
I skim through your code line by line. I want to share my views.
HTML
- You use
picture
source
combination to deal with device oriented pictures which is the best in my opinion. 👍 👍
I also found some areas where you can improve your code.
HTML:
- Give a
<h1></h1>
with small font size to solvePage should contain a level-one heading
warning. - Provide an
alt
text for image to solveImages must have alternate text
error.
CSS:
main { ........................ ........................ letter-spacing: 0.05em; line-height: 1.6; }
- Add this two line of code and observe the change. Spacing is important to improve design.
Apart from this, the rest of the part is great.👍 I hope, this might help you. 👍👍👍
Thank you.
0 - You use
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