1
0
Files
Sites/quotes.css
2026-05-17 17:34:08 -06:00

34 lines
482 B
CSS

body {
background-color: rgb(045, 045, 045);
text-align: center;
font-family: 'JetBrains Mono', monospace;
}
.headertext {
color: white;
font-size: 50px;
}
.headerimage {
border-radius: 10%;
height: 150px;
border-color: white;
border-width: 4px;
}
.headerbutsmallertext {
color: white;
font-size: 25px;
}
p {
color: white;
font-size: 22px;
}
a {
color: rgb(155, 214, 255);
display: flex;
text-decoration: none;
}