MasterClass/resources/styles/frontoffice/frontoffice.php
2025-07-29 15:53:43 +03:00

30 lines
654 B
PHP

<?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;
}