Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -20,16 +20,13 @@ p {
|
|
| 20 |
display: flex;
|
| 21 |
flex-direction: column;
|
| 22 |
align-items: center;
|
| 23 |
-
height: 500px
|
| 24 |
}
|
| 25 |
.im1{
|
| 26 |
-
position:
|
| 27 |
-
top:1;
|
| 28 |
z-index:100
|
| 29 |
}
|
| 30 |
.im2{
|
| 31 |
-
position:
|
| 32 |
-
top:1;
|
| 33 |
z-index:110;
|
| 34 |
}
|
| 35 |
.imbox{
|
|
|
|
| 20 |
display: flex;
|
| 21 |
flex-direction: column;
|
| 22 |
align-items: center;
|
|
|
|
| 23 |
}
|
| 24 |
.im1{
|
| 25 |
+
position:absolute;
|
|
|
|
| 26 |
z-index:100
|
| 27 |
}
|
| 28 |
.im2{
|
| 29 |
+
position:absolute;
|
|
|
|
| 30 |
z-index:110;
|
| 31 |
}
|
| 32 |
.imbox{
|