livecoding/css/style.css
2016-10-08 11:10:19 +02:00

28 lines
338 B
CSS

body {
padding-top: 70px;
background: #F9F9F9 url('../img/body.png') fixed no-repeat;
}
footer {
margin: 50px 0;
}
.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#logo {
margin-top: 3px;
}