31 lines
483 B
CSS
31 lines
483 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;
|
|
}
|