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

35 lines
544 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;
2020-04-30 16:23:03 +00:00
padding-bottom: 20px;
2020-04-29 18:17:21 +00:00
border-bottom: solid;
border-width: 1px;
}
.banner {
height: 530px;
}
.banner-img {
width: 100%;
2020-04-30 16:23:03 +00:00
border: solid;
border-width: 1px;
2020-04-29 18:17:21 +00:00
}
.content {
margin-top: 50px;
margin-left: 15%;
}
.article-anchor {
padding-left: 10px;
padding-right: 10px;
}
.title-block {
text-align: left;
}