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