Web/style.css

70 lines
920 B
CSS
Raw Normal View History

2018-07-24 22:45:53 +02:00
body {
padding-top: 66px;
position: relative;
}
.main {
margin-top: 20px;
}
.project {
margin-top: 50px;
}
.list-display {
width: 80%;
display: block;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
.project-image {
position: absolute;
right: -30px;
top: -30px;
width: 80px;
height: auto;
align-self: left;
}
.social-button {
width: 200px;
margin: 10px;
line-height: 40px;
}
.social-image {
width: 40px;
height: 40px;
float: left;
}
#social-list {
text-align: center;
}
a.anchor {
display: block;
position: relative;
top: -66px;
visibility: hidden;
}
.footer {
bottom: 0;
width: 100%;
line-height: 30px;
background-color: #f5f5f5;
}
.footer-content {
text-align: center;
padding: 15px;
}
.impressum-data {
padding: 15px;
font-weight: bold;
font-size: 125%;
}