You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
654 B
30 lines
654 B
<?php header("Content-type: text/css"); ?>
|
|
|
|
.cover-header-image {
|
|
background-image: url(<?php echo $_GET['bg']?>);
|
|
background-position: center center;
|
|
border-bottom: none;
|
|
margin-bottom: 0;
|
|
margin-top:0px !important;
|
|
text-align: center;
|
|
height: 50%;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding-top: 20rem;
|
|
}
|
|
|
|
.masthead {
|
|
height: 66vh;
|
|
min-height: 324px;
|
|
background-image: url(<?php echo $_GET['bg']?>);
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.all_access {
|
|
background-image: url(<?php echo $_GET['bg']?>);
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|