This commit is contained in:
radhitya 2025-01-17 23:13:51 +07:00
parent 3e7de00638
commit 7fe798bcda

12
style.css Normal file
View File

@ -0,0 +1,12 @@
body {
background: #01242e;
color: #fff;
font-family: sans-serif;
margin: auto;
padding: 30px;
max-width: 600px;
}
blockquote {
background:#1A3440;
}