dreamlandjs/examples/index.css
2024-03-13 20:16:11 -04:00

21 lines
258 B
CSS

html {
padding: 0;
margin: 0;
width: 100vw;
height: 100vh;
}
body {
background-color: #191724;
}
.box {
background-color: #1f1d2e;
border-radius: 25px;
padding: 2em;
}
p,
h1 {
font-family: 'serif';
color: #e0def4;
}