27 lines
294 B
CSS
27 lines
294 B
CSS
|
* {
|
||
|
max-width: 650px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
.nav {
|
||
|
margin-top: 1rem;
|
||
|
margin-bottom: 1rem;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.nav-link {
|
||
|
padding: .25rem;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
max-width: 650px;
|
||
|
margin-top: 1rem;
|
||
|
margin-bottom: 1rem;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.footer {
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
}
|