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 card feature section using html and css

@negative843

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


i know its not perfect.please suggest me changes

Community feedback

Kim Song 205

@CaptKraken

Posted

just a quick tip, if you want your whole site to use just one font, you can set font-family in the body element once and be done with it because font-family is one of the properties that are inherited.

body{ font-family: 'Poppins', sans-serif; }

you should use css grid for this project. it's easier to build the layout with 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