Semantic HTML5 and CSS coupled with Flexbox and Grid)
Design comparison
Solution retrospective
Hi Everyone!! What do you think of my first "FrontendMentor Challenge? Please do well to put down your opinions and suggestions of it... so for me to know what works better and what doesn't.
Community feedback
- @TalhaAmjad0034Posted over 3 years ago
Seems perfect to me.
0 - @jomefavouritePosted over 3 years ago
Hello Clinton, you did a very good job on your first challenge and here're my suggestions.
-
I noticed that the
section
element with the class namesite
has adiv
element with an image element with nosrc
attribute link which produces an unnecessary space in the layout. I suggest removing thatdiv
element. -
Also, I suggest applying a
max-weight
property to the paragraphp
elements in other for the text not to be stretched out on bigger screens. -
Also the images, should have a
max-weight
property applied. For example:
.device_showcase .device { width: 75%; max-width: 1000px; }
The
max-weight
property prevent the image from growing along with the viewport when that max weight is reached.- Finally, I'll suggest following a much better semantic layout structure. I noticed you didn't include the
main
element. Well, this is my personal structure though. Example below
<header>...</header> <main>...</main> <footer>...</footer>
0@Dike-CodePosted over 3 years ago@jomefavourite. Thanks a lot... I'd sort and amend the errors.
1 -
- @erickwalker1Posted over 3 years ago
Wassup man, seems your preview site is rendering a 404. Maybe you mistyped the url?
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