Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -16,18 +16,23 @@ p {
|
|
| 16 |
margin-top: 5px;
|
| 17 |
}
|
| 18 |
.card{
|
| 19 |
-
|
|
|
|
|
|
|
| 20 |
}
|
| 21 |
.im1{
|
| 22 |
-
position:fixed;
|
| 23 |
-
top:1;
|
| 24 |
-
z-index:100
|
| 25 |
}
|
| 26 |
.im2{
|
| 27 |
-
position:fixed;
|
| 28 |
-
top:1;
|
| 29 |
-
z-index:110;
|
| 30 |
}
|
| 31 |
.imbox{
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
| 33 |
}
|
|
|
|
| 16 |
margin-top: 5px;
|
| 17 |
}
|
| 18 |
.card{
|
| 19 |
+
display: flex;
|
| 20 |
+
flex-direction: column;
|
| 21 |
+
align-items: center;
|
| 22 |
}
|
| 23 |
.im1{
|
| 24 |
+
position:fixed;
|
| 25 |
+
top:1;
|
| 26 |
+
z-index:100
|
| 27 |
}
|
| 28 |
.im2{
|
| 29 |
+
position:fixed;
|
| 30 |
+
top:1;
|
| 31 |
+
z-index:110;
|
| 32 |
}
|
| 33 |
.imbox{
|
| 34 |
+
display: flex;
|
| 35 |
+
height: 1000px;
|
| 36 |
+
flex-direction: column;
|
| 37 |
+
align-items: center;
|
| 38 |
}
|