upload files
This commit is contained in:
parent
4a7fd5d637
commit
52044fef4d
47 changed files with 397 additions and 0 deletions
31
css/style2.css
Normal file
31
css/style2.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
.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;
|
||||
}
|
||||
#input {
|
||||
color: #ededed;
|
||||
background-color: #00000000;
|
||||
z-index: 999999;
|
||||
border: none;
|
||||
outline: none;
|
||||
padding: 5px;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 16px;
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue