add files
This commit is contained in:
parent
5d843a0351
commit
5069b7cd9f
37 changed files with 321 additions and 0 deletions
17
css/style2.css
Normal file
17
css/style2.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.fadein img {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 0;
|
||||
object-fit: cover;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.fadein:after{
|
||||
background: url(../img/pattern.png) repeat top left;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0; right: 0;
|
||||
bottom: 0; left: 0;
|
||||
z-index: 98;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue