removed old css
This commit is contained in:
parent
dd2eec1797
commit
8961278acb
1 changed files with 0 additions and 131 deletions
|
@ -1,131 +0,0 @@
|
|||
@font-face{
|
||||
font-family:brandon light;
|
||||
src:url(../font.woff2)
|
||||
}
|
||||
*{
|
||||
margin:0;
|
||||
padding:0;
|
||||
position:relative;
|
||||
box-sizing:border-box;
|
||||
overflow:hidden
|
||||
}
|
||||
html,body{
|
||||
height:100%
|
||||
}
|
||||
body{
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
align-items:center;
|
||||
background:#000
|
||||
}
|
||||
.content,.bg{
|
||||
position:absolute
|
||||
}
|
||||
.bg {
|
||||
/* margin: auto;
|
||||
min-height: 100%;
|
||||
min-width: 100%*/
|
||||
position: absolute
|
||||
}
|
||||
|
||||
.bg video {
|
||||
filter: brightness(75%);
|
||||
}
|
||||
|
||||
.content{
|
||||
z-index:1;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
align-items:center;
|
||||
mix-blend-mode:overlay;
|
||||
filter:invert(100%)
|
||||
}
|
||||
img{
|
||||
width:100vmin;
|
||||
height:0vmin
|
||||
}
|
||||
canvas{
|
||||
width:91vmin;
|
||||
height:13vmin
|
||||
}
|
||||
h1{
|
||||
font-size:5.25vmin;
|
||||
}
|
||||
h2{
|
||||
font-size:2vmin;
|
||||
}
|
||||
.social, .social button {
|
||||
margin-top:.5vmin;
|
||||
font-family:brandon light;
|
||||
font-size:4.25vmin;
|
||||
letter-spacing:.3vmin
|
||||
}
|
||||
|
||||
button {
|
||||
border: none;
|
||||
background: none;
|
||||
cursor: pointer
|
||||
}
|
||||
.social a{
|
||||
text-decoration:none;
|
||||
color:#000
|
||||
}
|
||||
.hint{
|
||||
z-index:1;
|
||||
color:#000;
|
||||
mix-blend-mode:overlay;
|
||||
filter:invert(100%);
|
||||
position:fixed;
|
||||
bottom:6vmin;
|
||||
font-family:brandon light;
|
||||
font-size:2.75vmin;
|
||||
letter-spacing:.2vmin;
|
||||
font-weight:700;
|
||||
cursor:pointer
|
||||
}
|
||||
|
||||
/*.center{
|
||||
text-align: -webkit-center;
|
||||
}*/
|
||||
|
||||
.img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.content2 {
|
||||
font-family: Calibri, monospace;
|
||||
text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
}
|
||||
.content2 button {
|
||||
font-family: Calibri, monospace;
|
||||
text-shadow: 0.06vw 0.06vw 0px rgba(8,230,255,100), -0.06vw -0.06vw 0px rgba(255,0,0,100);
|
||||
}
|
||||
|
||||
.container {
|
||||
text-align: left;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.container pre {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.container h1, .container button {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
font-size: 1.39vmin;
|
||||
}
|
||||
.container a , .container button {
|
||||
color: #ffffff
|
||||
}
|
Loading…
Reference in a new issue