-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
47 lines (35 loc) · 807 Bytes
/
Copy pathstyles.css
File metadata and controls
47 lines (35 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.grid {
display: flex;
flex-wrap: wrap;
}
.panel {
height: 150px;
align-items: center;
display: flex;
}
.output {
margin-left: auto;
margin-right: auto;
}
p {
text-align: center;
margin: 4px;
font-size: 18px;
}
.xs-lbxs, .s-lbs, .m-lbm, .l-lbl, .xl-lbxl {font-weight: bolder;}
.panel1 {background-color: #fcffb0;}
.xs-panel1 {width: 100%;}
.m-panel1 {width: 60%;}
.l-panel1 {width: 50%;}
.panel2 {background-color: #adff9c;}
.xs-panel2 {width: 100%;}
.s-panel2 {width: 60%;}
.m-panel2 {width: 25%;}
.l-panel2 {width: 30%;}
.xl-panel2 {width: 25%;}
.panel3 {background-color: #a3daff;}
.xs-panel3 {width: 100%;}
.s-panel3 {width: 40%;}
.m-panel3 {width: 15%;}
.l-panel3 {width: 20%;}
.xl-panel3 {width: 25%;}