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

css flex practice

suhridp 110

@suhridp

Desktop design screenshot for the Single price grid component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


how to do this using grid?

Community feedback

@CBZ86

Posted

HTML:

<div id="container"> <div id="head"> <div id="body"> <div id="footer"> </div>

CSS:

#container {display: grid; grid-template-areas: 'head head' 'body footer';}

#head {grid-area: head} #body {grid-area: body} #footer {grid-area: footer}

0

suhridp 110

@suhridp

Posted

@CBZ86 what does it mean?\

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