codepens/love-hypnosis/dist/style.css

17 lines
177 B
CSS
Raw Permalink Normal View History

2023-10-06 23:12:53 +02:00
html, body {
height: 100%;
}
body {
background: #2c2c54;
display: grid;
place-items: center;
}
svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}