10 lines
129 B
CSS
10 lines
129 B
CSS
html,
|
|
body {
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
height: 100%;
|
|
}
|
|
nav {
|
|
margin-bottom: 20px;
|
|
}
|
|
|