theolem.org/output/theme/css/main.css

31 lines
483 B
CSS
Raw Normal View History

2020-04-29 18:17:21 +00:00
* {
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;
}