1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 11:11:22 -04:00
shimapan/app/public/css/index.css

45 lines
573 B
CSS
Executable File

* {
margin: 0;
}
body {
background: #000;
}
a {
position: absolute;
top: 40px;
left: 48%;
opacity: 0.1;
height: 30px;
width: 30px;
z-index: 100;
cursor: default;
}
a img {
width: 30px;
height: 30px;
}
canvas {
position: absolute;
top: 0;
left: 0;
}
video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
transition: 1s opacity;
}
#buffer {
display: none;
}