genregenerator/style.css

38 lines
394 B
CSS
Raw Normal View History

* {
margin: 0px;
padding: 0px;
}
body, html {
font-family: sans-serif;
text-align: center;
}
#title {
margin-top: 50px;
font-size: 50px;
}
#genre {
margin-top: 50px;
font-size: 50px;
font-weight: bold;
color: #666;
}
2011-05-26 17:09:20 +02:00
#twitter {
margin-top: 80px;
margin-left: 18px;
}
#impressum {
2011-05-26 17:09:20 +02:00
margin-top: 5px;
font-size: 10px;
color: #999;
}
a {
color: #666;
text-decoration: none;
}