sf-9f9 / style.css
jordonpeter01's picture
Add 3 files
1facfc8
raw
history blame contribute delete
195 Bytes
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: #f4f4f4;
}
.prose h1 {
font-size: 36px;
font-weight: bold;
text-align: center;
}
.alert {
color: #f44336;
}