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

Four-cards with flexbox and animations

@misaeljoelp

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?

I am proud to have understood how to generate a well-defined and organized layout. Next time I will take more time to organize my layout well before everything else.

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

First I used float to place the cards but they did not look the way I wanted, then I reviewed the information and saw that I could apply both flex and grid

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

I have done everything. But I would like to know an alternative to making the colored top lines of the cards.

Community feedback

P
yoe7501 240

@yoe7501

Posted

Hey, good job on the project I really liked the added animation to the page makes it unique. The only thing I can point out is the fact that the mobile view is missing ? I also think you'd have a good time learning scss Its really really similar to css but allows nesting so something like:

.card1, .card2, .card3, .card4 {
  .line {
    height: 4px;
  }
}

is possible and makes in my opinion the css code look a little cleaner and easier to handle. :)

Marked as helpful

0

@misaeljoelp

Posted

@yoe7501 Thank you very much for your comments , I've fix the mobile view, I forgot finish the media queries. Soon I will start to learn scss. Thanks again.

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