erynwells.me/root/styles/home.css
Eryn Wells 5d5b464371 Style update
Move borders below header
2017-05-23 10:53:56 -07:00

30 lines
393 B
CSS

@import url(./main.css);
html, body {
height: 100%;
}
body {
/* Flex box: center everything vertically */
align-items: center;
}
.wrapper {
text-align: center;
}
nav {
text-align: center;
}
nav a {
color: #aaa;
font-weight: 200;
margin-right: 0.75em;
-webkit-transition: color 100ms;
transition: color 100ms;
}
nav a:hover {
color: #3486ff;
}