File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change 51
51
column-gap : 20px ;
52
52
row-gap : 30px ;
53
53
/* height: 500px; */
54
+
55
+ display : none;
54
56
}
55
57
56
58
.el--8 {
73
75
} */
74
76
75
77
.container--2 {
76
- display : none;
78
+ /* display: none; */
77
79
78
80
/* STARTER */
79
81
font-family : sans-serif;
80
82
background-color : black;
81
83
font-size : 40px ;
82
- margin : 100 px ;
84
+ margin : 40 px ;
83
85
84
- width : 1000 px ;
86
+ width : 700 px ;
85
87
height : 600px ;
86
88
87
89
/* CSS GRID */
90
+ display : grid;
91
+ grid-template-columns : 125px 200px 125px ;
92
+ grid-template-rows : 250px 100px ;
93
+ gap : 50px ;
94
+
95
+ /* Aligning tracks inside container
96
+ distributing empty space */
97
+ justify-content : center;
98
+ /* justify-content: space-between; */
99
+
100
+ align-content : center;
101
+
102
+ /* Aligning items inside cells
103
+ moving items around inside cells */
104
+ align-items : end;
105
+ justify-items : end;
106
+ }
107
+
108
+ .el--3 {
109
+ align-self : center;
110
+ justify-self : center;
88
111
}
89
112
</ style >
90
113
</ head >
You can’t perform that action at this time.
0 commit comments