Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc35796

Browse files
committed
add flex items
1 parent 2767c61 commit dc35796

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

Source-Code/EventCode/style.css

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@
1414
align-items: center;
1515
}
1616

17+
.insert{
18+
display: flex;
19+
flex-direction: column;
20+
align-items: center;
21+
22+
}
23+
ul{
24+
display: flex;
25+
}
26+
li{
27+
list-style-type: none;
28+
margin: 0;
29+
padding: 20px;
30+
background-color: #fffafa;
31+
display: flex;
32+
flex-direction: column;
33+
align-items: center;
34+
}
1735
.key{
1836
border: 1px solid #999;
1937
background-color: #eee;
@@ -22,8 +40,8 @@
2240
font-size: 20px;
2341
font-weight: bold;
2442
padding: 20px;
25-
flex-direction: column;
26-
margin: 10px;
43+
44+
margin: 30px;
2745
min-width: 150px;
2846
position: relative;
2947
}

0 commit comments

Comments
 (0)