Skip to content

Commit

Permalink
Responsive-Template
Browse files Browse the repository at this point in the history
Responsive-Template
  • Loading branch information
M-RaeesDev authored Feb 21, 2024
1 parent 4bddd27 commit 782b2c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
.grid-template .container{
display: grid;
grid-template-columns: repeat(3, 1fr) ;
grid-auto-rows: 80px 300px 100px 100px 80px ;
grid-auto-rows: 80px 300px 120px 120px 80px ;

}

Expand Down Expand Up @@ -170,20 +170,20 @@
color: black;
grid-column: 1/4;
grid-row: 5;
line-height: 100px;
line-height: 80px;
}
.item6{
background-color: #4dbd95;
color: black;
grid-column: 3/3;
grid-row: 4;
line-height: 100px;
line-height: 120px;
}
.item7{
background-color: #c1e4e6;
color: black;
grid-column: 3/3 ;
grid-row: 3;
line-height: 80px;
line-height: 120px;
}
}

0 comments on commit 782b2c4

Please sign in to comment.