File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
.container--1 {
36
36
/* STARTER */
37
+
37
38
font-family : sans-serif;
38
39
background-color : # ddd ;
39
40
font-size : 32px ;
49
50
/* gap: 30px; */
50
51
column-gap : 10px ;
51
52
row-gap : 40px ;
53
+
54
+ /*Temp */
55
+ display : none;
52
56
}
53
57
54
58
.el--8 {
67
71
grid-row : 2 ;
68
72
}
69
73
.container--2 {
70
- display : none;
71
74
/* STARTER */
72
75
font-family : sans-serif;
73
76
background-color : black;
74
77
font-size : 40px ;
75
- margin : 100 px ;
78
+ margin : 40 px ;
76
79
77
- width : 1000 px ;
80
+ width : 700 px ;
78
81
height : 600px ;
79
82
80
83
/* CSS GRID */
84
+ display : grid;
85
+ grid-template-columns : 125px 200px 125px ;
86
+ grid-template-rows : 250px 100px ;
87
+
88
+ /* Aligning tracks inside container:
89
+ distribute empty space */
90
+ justify-content : center;
91
+ justify-content : space-between;
81
92
}
82
93
</ style >
83
94
</ head >
You can’t perform that action at this time.
0 commit comments