1
0
Fork 0
kempkens.io/public/css/style.css

47 lines
610 B
CSS
Raw Normal View History

2015-01-11 21:52:17 +00:00
* {
padding: 0;
margin: 0;
}
html {
background: url(../images/background.png) #eee;
}
.about {
position: absolute;
bottom: 20px;
right: 20px;
border-right: 5px solid #333;
padding-right: 10px;
text-align: right;
text-shadow: 1px 1px 6px rgba(110, 110, 110, 0.6);
color: #333;
font-family: Arial, Helvetica, sans-serif;
}
.about a {
color: #333;
text-decoration: none;
}
.about a:hover {
color: #000;
}
.about ul {
margin-top: 3px;
}
.about li {
display: inline;
margin-right: 6px;
}
.about li:last-child {
margin-right: 0;
}
.about ul.extra {
font-size: 12px;
}