Skip to content

Commit ba83009

Browse files
committedJan 29, 2022
update css file
1 parent 3642c7a commit ba83009

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎grid_css.css

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
@charset "UTF-8";
22

3+
34
body {
45
box-sizing: border-box;
56
font-family: cursive;
7+
margin: 0;
68
}
79

810
section.info {
@@ -20,6 +22,7 @@ header {
2022

2123

2224

25+
2326
div {
2427
display: grid;
2528
grid-template-columns: 1fr 1fr;

0 commit comments

Comments
 (0)
Please sign in to comment.