website/mc/styles.css
2024-01-16 16:11:56 -06:00

27 lines
396 B
CSS

.headerImage {
height: 250px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
display: inline;
width: 25%;
float: left;
}
.headerText {
text-align: center;
font-size: 20px;
position: absolute;
width: 100%;
}
.headerList {
display: inline list-item;
color: white;
}
.headerList a {
color: blue; !important;
}