mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 15:40:01 -04:00
20 lines
236 B
CSS
20 lines
236 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;
|
|
}
|