Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a0358 commit c6e4d27Copy full SHA for c6e4d27
homework/style.css
@@ -28,7 +28,6 @@ select {
28
display: flex;
29
flex-direction: row;
30
align-items: flex-start;
31
- flex-flow: row nowrap;
32
33
margin: 1 rem;
34
}
@@ -38,8 +37,6 @@ select {
38
37
font-size: .9rem;
39
padding: 4px 4px;
40
margin-left: 2px;
41
-
42
- float: center;
43
margin-top: 1rem;
44
width: 60%;
45
@@ -73,4 +70,9 @@ select {
73
70
opacity: 1;
74
71
75
72
box-shadow: 10px 5px 5px grey;
76
-}
+}
+span {
+ display: row;
+ font-size: .8rem;
77
+ margin: 3%;
78
0 commit comments