Omnibus commited on
Commit
81ba765
·
1 Parent(s): bb2465d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +11 -9
style.css CHANGED
@@ -15,14 +15,16 @@ p {
15
  margin-top: 5px;
16
  }
17
 
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
  }
25
-
26
- .card p:last-child {
27
- margin-bottom: 0;
 
 
 
 
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
  }