Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Semantic HTML5 and CSS coupled with Flexbox and Grid)

@Dike-Code

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

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

Talha• 120

@TalhaAmjad0034

Posted

Seems perfect to me.

0

@Dike-Code

Posted

@arywahhh Thank you, I really appreciate.🙌

0
Favourite Jome• 1,110

@jomefavourite

Posted

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 name site has a div element with an image element with no src attribute link which produces an unnecessary space in the layout. I suggest removing that div element.

  • Also, I suggest applying a max-weight property to the paragraph p 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;
}
  • 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-Code

Posted

@jomefavourite. Thanks a lot... I'd sort and amend the errors.

1
Erick• 120

@erickwalker1

Posted

Wassup man, seems your preview site is rendering a 404. Maybe you mistyped the url?

0

@Dike-Code

Posted

@erickwalker1 Yeah, have sorted it out.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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