trying shiet out
This commit is contained in:
parent
959e888095
commit
f0d76bd04c
3 changed files with 19 additions and 21 deletions
|
|
@ -1,16 +1,6 @@
|
|||
#hero {
|
||||
video {
|
||||
position:fixed;
|
||||
right:0;
|
||||
bottom:0;
|
||||
min-width:100%;
|
||||
min-height:100%;
|
||||
width:auto;
|
||||
height:auto;
|
||||
z-index:-100;
|
||||
background:url(../../assets/img/bg/frontpage.jpg) no-repeat;
|
||||
background-size:cover;
|
||||
-webkit-transition:1s opacity;
|
||||
transition:1s opacity;
|
||||
}
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
-webkit-transition: background .5s ease-in-out;
|
||||
transition: background .5s ease-in-out;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue