Sanni-Damilola / gridRepratice

relearning display grid and going deep to positioning in css
4 stars 1 forks source link

Optimize the body layout by migrating from Flexbox to CSS Grid while ensuring design consistency. #1

Open Sanni-Damilola opened 2 months ago

Sanni-Damilola commented 2 months ago

Route gridRepratice/grid_repratice/first/first.scss

Current body code:

body {
    color: white;
    background-color: #ffffff;
    height: 100vh;
-    display: flex;
-    width: 100%;
-    justify-content: space-evenly;
-    flex-wrap: wrap;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
ennanuel commented 2 months ago

Are you looking to replicate this styling using grid display?

Sanni-Damilola commented 2 months ago

Are you looking to replicate this styling using grid display?

yes please

Sanni-Damilola commented 2 months ago

@ennanuel you can create a branch or issue.