pouque-chlor-web/css/style.css

19 lines
245 B
CSS

body {
background: #F6CEFC;
font-family: monospace;
text-align: center;
}
a:link, a:visited, a:hover, a:active {
color: #000000;
}
video {
object-fit: cover;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}