paulwalko.github.io/v1.css

23 lines
203 B
CSS
Raw Normal View History

2017-07-30 03:56:32 -04:00
body {
2017-07-31 18:25:31 -04:00
background: #969e94;
2017-07-30 03:56:32 -04:00
}
.top {
text-align: center;
}
.content {
width: 50%;
text-align: left;
margin: auto;
}
ul {
list-style-type: none;
}
a {
2017-07-31 18:25:31 -04:00
color: #995c00;
2017-07-30 03:56:32 -04:00
text-decoration: none;
}