You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
384 B
CSS
20 lines
384 B
CSS
div.header_banner {
|
|
height:100px;
|
|
clip-path: inset(0 0 0 0);
|
|
/*bg-img*/
|
|
background-size:cover;
|
|
padding:30px;
|
|
color: white;
|
|
}
|
|
|
|
h1.header_banner {
|
|
font-size: xxx-large;
|
|
color: white;
|
|
text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
div.header_banner {
|
|
height: 200px;
|
|
}
|
|
} |