26 lines
381 B
CSS
26 lines
381 B
CSS
body {
|
|
background: Linen;
|
|
margin-top: 50px;
|
|
margin-left: 100px;
|
|
margin-right: 100px;
|
|
font-family: Georgia, serif;
|
|
color: DarkSlateGray;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
p {
|
|
font-family: Georgia, serif;
|
|
font-size: 1em;
|
|
color: DarkSlateGray;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Verdana, Geneva, sans-serif;
|
|
font-size: 2.5em;
|
|
color: FireBrick;
|
|
}
|
|
|
|
.rand-button {
|
|
font-size: .8em;
|
|
}
|