genregenerator/style.css

33 lines
342 B
CSS

* {
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;
}
#impressum {
margin-top: 70px;
font-size: 10px;
color: #999;
}
a {
color: #666;
text-decoration: none;
}