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

3-column-preview-card-component using html and css

Kaouther 440

@Kaoutherbo

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Riki Wendri 1,380

@F4YY

Posted

Hi @Kaoutherbo,

Congratulation for successfully completing the challenge...

There's one thing you might missed from the design, which is adapting border radius when it comes to mobile screen device. You could add it inside media query line code:

@media (max-width:650px) {
#card{
flex-direction: column;
width: 90%;
}
.one{
border-radius: 5px 5px 0 0;
}
.three{
border-radius: 0 0  5px 5px;
}
}

Hope that could be Helpful. Above all you've done so well. Keep happy coding...

Marked as helpful

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