13 lines
233 B
CSS
13 lines
233 B
CSS
<style>
|
|
body {
|
|
font-family: "Source Sans Pro", "Lucida Grande", Calibri, Helvetica, sans-serif;
|
|
}
|
|
h1 {
|
|
font-size: 2.5em;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
li {
|
|
margin-bottom: .3em;
|
|
}
|
|
</style>
|