44 lines
No EOL
838 B
CSS
44 lines
No EOL
838 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
|
|
|
|
body{
|
|
height: 100vh;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-image: url("../images/yargon-kerman-webp-net-gifmaker-39.gif");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
backdrop-filter: blur(4px);
|
|
}
|
|
|
|
h1{
|
|
font-family: 'Press Start 2P', cursive;
|
|
text-align: center;
|
|
color: yellow;
|
|
margin: 0;
|
|
}
|
|
|
|
.menu>div{
|
|
background-color: black;
|
|
}
|
|
|
|
.menu button{
|
|
display: block;
|
|
text-align: center;
|
|
background-color: transparent;
|
|
border: 3px double #FF4294;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
font-size: 20px;
|
|
color: #FF4294;
|
|
}
|
|
|
|
#canvas {
|
|
height: 100%;
|
|
width: 100%;
|
|
right: 0;
|
|
top: 0;
|
|
position: fixed;
|
|
background: white;
|
|
} |