2017-05-03 08:00:13 -07:00
|
|
|
@import url(./main.css);
|
2015-01-09 08:09:29 -08:00
|
|
|
|
2017-05-07 18:14:39 -07:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|
|
|
|
|
2017-05-07 18:14:39 -07:00
|
|
|
body {
|
|
|
|
/* Flex box: center everything vertically */
|
|
|
|
align-items: center;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|
|
|
|
|
2017-05-07 18:14:39 -07:00
|
|
|
.wrapper {
|
|
|
|
text-align: center;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|
|
|
|
|
2017-05-23 10:53:56 -07:00
|
|
|
nav {
|
2015-01-09 08:09:29 -08:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-05-23 10:53:56 -07:00
|
|
|
nav a {
|
2015-01-09 08:09:29 -08:00
|
|
|
color: #aaa;
|
2017-05-04 14:39:03 -07:00
|
|
|
font-weight: 200;
|
|
|
|
margin-right: 0.75em;
|
|
|
|
-webkit-transition: color 100ms;
|
|
|
|
transition: color 100ms;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|
|
|
|
|
2017-05-23 10:53:56 -07:00
|
|
|
nav a:hover {
|
2017-05-04 14:39:03 -07:00
|
|
|
color: #3486ff;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|