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

HTML CSS & FLEXBOX

@SIRSAMUEL014

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

Ability to develop a responsive web page.

What challenges did you encounter, and how did you overcome them?

I encountered challenge in making the page responsive.

What specific areas of your project would you like help with?

Javascript.

Community feedback

@dliferova

Posted

Hello, great job! I would advise you

  1. to use semantic HTML markup (such as section, main, etc.), it will help you maintain better organization and improve code readability.
  2. be mindful of having only one h1 heading per page in your markup.
  3. sometimes you style elements based on classes, and sometimes based on ids; it's better to stick to one approach and style elements only by classes.
  4. additionally, avoid using abstract names like id="a" or class="karma"; try to denote the element's semantics through the code, for example, class="karma-card", which immediately indicates that it's a card. You can use multiple classes on one element and eliminate ids, for example, class="card-s karma-card".
  5. I also noticed that the "supervisor" card has a narrower width than the others; it might be something worth correcting.

Good luck with your future projects!

0

@tatyanepgoncalves

Posted

Hello,

For the layout to be responsive you should use media queries and to make it better instead of flex-direction: row; you should have put flex-direction: column;.

In this link you can find a little about it.

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