We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791d43e commit cf16996Copy full SHA for cf16996
test/stage1/style.css
@@ -1,11 +1,13 @@
1
.js-training {
2
+ display: -webkit-flex;
3
display: flex;
4
list-style: none;
5
margin: 10px;
6
padding: 0;
7
}
8
9
.js-training li {
10
+ -webkit-flex: 1;
11
flex: 1;
12
margin: 0;
13
@@ -31,6 +33,7 @@
31
33
32
34
35
.js-training .turquoise {
36
+ -webkit-flex: 0.5;
37
flex: 0.5;
38
background-color: turquoise;
39
@@ -40,7 +43,7 @@
40
43
41
44
height: 40px;
42
45
font-weight: bold;
- font-size: 130%;
46
+ font-size: 1;
47
48
49
.js-training [data-js-training="blueviolet"] {
@@ -60,6 +63,7 @@
60
63
61
64
62
65
.js-training .mediumturquoise {
66
67
68
background-color: mediumturquoise;
69
0 commit comments