Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Your session has expired please log in again.
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

html and css

@DoriseneO

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

imad 3,330

@imadvv

Posted

Greetings onah ene doris! Congratulations on completing this challenge!, I recommend you using a general reset to remove some user agent default browser styles, to prevent unexpected default behavior from the browser . you can start you css code by this


*, *::before, *::after {
  box-sizing: border-box;
  margin: unset;
  padding: unset;
}

Hope this Help!

over all you did well, Happy coding and keep up the good work 👍

Marked as helpful

0

@DoriseneO

Posted

@imadbg01 thank you so much. i really needed this information.

1

@DoriseneO

Posted

@imadbg01 sorry but why is my icon not displaying? any ideal?

1
imad 3,330

@imadvv

Posted

@rexdeo I will check out,

0
imad 3,330

@imadvv

Posted

Greetings onah ene doris!

I take some time to go trough your code and, I create this Pull Request with some changes that I make to fix some bugs and add that images folder how's missing, now you can merge that changes if you like and that will update your solution automatically, or you can compare the deference between them and take what work's well for you,

over all, Happy Weekend

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