12 lines
210 B
CSS
Raw Permalink Normal View History

2021-03-31 21:56:49 -04:00
body {
font-family: Arial, Helvetica, sans-serif;
background-color: white;
margin: 0 auto;
width: 600px;
border: 3px solid blue;
padding: 0 2em 1em;
}
h1 {
color: blue;
}