Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -15,14 +15,16 @@ p {
|
|
15 |
margin-top: 5px;
|
16 |
}
|
17 |
|
18 |
-
.
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
border: 1px solid lightgray;
|
23 |
-
border-radius: 16px;
|
24 |
}
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
28 |
}
|
|
|
15 |
margin-top: 5px;
|
16 |
}
|
17 |
|
18 |
+
.im1{
|
19 |
+
position:fixed;
|
20 |
+
top:1;
|
21 |
+
z-index:100
|
|
|
|
|
22 |
}
|
23 |
+
.im2{
|
24 |
+
position:fixed;
|
25 |
+
top:1;
|
26 |
+
z-index:110;
|
27 |
+
}
|
28 |
+
.imbox{
|
29 |
+
height:1000px;
|
30 |
}
|