theolem.org/themes/theo_lem/static/css/main.css
2020-04-30 18:12:44 +02:00

34 lines
520 B
CSS

* {
background-color: white;
font-family: 'Courier New', Courier, monospace;
}
.navbar {
font-size: 1.5em;
width: 100%;
height: 10px;
border-right-color: black;
background-color: white;
margin-top: 30px;
border-bottom: solid;
border-width: 1px;
}
.banner {
height: 530px;
border: solid;
border-width: 1px;
}
.banner-img {
width: 100%;
}
.content {
margin-top: 50px;
margin-left: 15%;
}
.article-anchor {
padding-left: 10px;
padding-right: 10px;
}
.title-block {
text-align: left;
}