Design comparison
Community feedback
- @Lo-DeckPosted about 1 month ago
Hi well done for this challenge,
I'll give this link you check out the mistake for HTML and CSS. 3WC validator.
There is a few mistakes like
section
lacks heading. and Animg
element must have an alt attribute.Think about all the HTML element you can use
<section class="section__six"> <img src="logo-google.png" class="section__six__img"> <img src="logo-ibm.png" class="section__six__img"> <img src="logo-microsoft.png" class="section__six__img"> <img src="logo-hp.png" class="section__six__img"> <img src="logo-vector-graphics.png" class="section__six__img"> </section>
You can use a
ul
withli
.It's better to use
em
orrem
instead ofpx
. FreeCodeCamp. FreeCodeCamp.Otherwise your website is responsive have a good behavior depending on the screen-size, well done.
Hope to be helpful.
Marked as helpful0@CREPTONICEPosted about 1 month ago@Lo-Deck
Hello,
Thank you for Your Feedback!I have fixed the points you mentioned!
The links you have mentioned are very helpful!!!
Thanks again for the feedback!
Happy Coding π¨π»βπ»!
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