Skip to content

Commit baec6cd

Browse files
committed
css intro
1 parent 6e6467c commit baec6cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

starter/04-CSS-Layouts/css-grid.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,15 @@
4040
margin: 40px;
4141

4242
/* CSS GRID */
43+
display: grid;
44+
grid-template-columns: 200px 200px 200px 200px;
45+
grid-template-rows: 200px 200px 200px 200px;
46+
gap: 30px;
4347
}
4448

4549
.container--2 {
4650
/* STARTER */
51+
display: none;
4752
font-family: sans-serif;
4853
background-color: black;
4954
font-size: 40px;

0 commit comments

Comments
 (0)