27 lines
396 B
CSS
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;
|
|
}
|