Files
heartb.it/public/css/style.css
2011-12-24 17:23:40 +00:00

29 lines
451 B
CSS

body {
font-family: helvetica, arial, sans-serif;
padding: 0;
margin: 0;
}
#logo {
background: url("../images/heartb.it.png") center center no-repeat;
position: absolute;
top: 50%;
left: 50%;
margin: -15px 0px 0px -75px;
height: 30px;
width: 150px;
}
#contact {
font-size: 12px;
position: absolute;
right: 8px;
bottom: 5px;
}
#contact a {
color: #aaa;
text-decoration: none;
}
#contact a:hover {
text-decoration: underline;
}