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

Responsive 3 column preview card component

@Andreas-Ziegler22

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

@Isaacayomi

Posted

The container is not responsive yet as it is not looking okay on larger screens. to make it responsive, .container{ display: flex; flex-direction:row; }

then add other stylings like adjusting the attribution and all. this should help also

0

@Andreas-Ziegler22

Posted

@Ademide07 I just checked and they are kind of responsive can you be more specific, please? thank you for taking the time to look into my project

0

@Isaacayomi

Posted

@Andreas-Ziegler22 I mean, on larger screens, they have to sit side by side. flex direction should be row

0

@Andreas-Ziegler22

Posted

Thank you, Isaac, I just did I had 2 media queries and I set both with flex direction-row it was a nice observation.

0

@VikashMaurya10

Posted

Hello there 👋. You did a good job!

  • Hover on Button there is border so height and width increased of whole card. This is not well, you can do this
    background-color: $Very-light-gray;
    padding: 1.1875rem 2rem;
    margin-top: 1.875rem; // 30px;
    border: 2px solid $Very-light-gray;
    outline: none;
    font-weight: 400;
    border-radius: 30px;
    cursor: pointer;
    font-size: 0.8rem;
    transition: background 0.1s ease-in;

    &:hover {
        background: transparent;
        color: $Very-light-gray !important;
    }
}
  • To understand better go to my solution maybe you can find it useful click here. I hope you find this helpful.
0

@Andreas-Ziegler22

Posted

@VikashMaurya10 Thank you I will have a look

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