index/style.css

27 lines
455 B
CSS
Raw Normal View History

2016-06-26 19:45:51 +02:00
body {
font-family:helvetica;
2016-06-26 23:14:42 +02:00
background:url("background.png") no-repeat center/cover fixed;
2016-06-26 19:45:51 +02:00
}
#content {
width:90%;
margin-left:auto;
margin-right:auto;
top:50px;
font-family: "Helvetica", Helvetica, sans-serif;
height:90%;
/*color: #595959;*/
color: #eeeeee;
position:relative;
top:50px;
}
a {
font-size: 24px;
/*color: #595959;*/
color: #eeeeee;
2016-06-27 01:55:14 +02:00
transition: color .1s;
2016-06-26 19:45:51 +02:00
text-decoration: none;
}
a:hover {
text-decoration:underline;;
}