Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6e4d27

Browse files
authored
Update style.css
1 parent e5a0358 commit c6e4d27

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

homework/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ select {
2828
display: flex;
2929
flex-direction: row;
3030
align-items: flex-start;
31-
flex-flow: row nowrap;
3231

3332
margin: 1 rem;
3433
}
@@ -38,8 +37,6 @@ select {
3837
font-size: .9rem;
3938
padding: 4px 4px;
4039
margin-left: 2px;
41-
42-
float: center;
4340
margin-top: 1rem;
4441
width: 60%;
4542

@@ -73,4 +70,9 @@ select {
7370
opacity: 1;
7471

7572
box-shadow: 10px 5px 5px grey;
76-
}
73+
}
74+
span {
75+
display: row;
76+
font-size: .8rem;
77+
margin: 3%;
78+
}

0 commit comments

Comments
 (0)