9 changed files with 23 additions and 16 deletions
@ -1,8 +1,16 @@
@@ -1,8 +1,16 @@
|
||||
.page { |
||||
width: 100vw; |
||||
min-height: 200vh; |
||||
.page-img{ |
||||
.page-img { |
||||
width: 100%; |
||||
height: 100%; |
||||
} |
||||
} |
||||
|
||||
.float1 { |
||||
position: fixed; |
||||
bottom: 0; |
||||
left: 0; |
||||
z-index: 2; |
||||
width: 100vw; |
||||
} |
||||
|
||||
Loading…
Reference in new issue