mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
27 lines
291 B
CSS
27 lines
291 B
CSS
body {
|
|
background-color: black;
|
|
}
|
|
|
|
h1 {
|
|
color: green;
|
|
text-align: left;
|
|
}
|
|
|
|
p {
|
|
color: green;
|
|
font-family: helvetica;
|
|
font-size: 20px;
|
|
}
|
|
|
|
li {
|
|
color: green;
|
|
font-family: helvetica;
|
|
font-size: 20px;
|
|
}
|
|
|
|
code {
|
|
color: green;
|
|
font-family: courier new;
|
|
font-size: 18px;
|
|
}
|