1
0
Files
Images/index.css
2026-05-24 20:59:57 -06:00

15 lines
218 B
CSS

body {
text-align: center;
background: rgb(045,045,045);
font-family: "JetBrains Mono", sans-serif;
color: white;
}
p {
font-size: 25px;
}
a {
color: rgb(155, 214, 255);
font-size: 15px;
}