mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 07:30:01 -04:00
21 lines
258 B
CSS
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;
|
|
}
|