Implemented public form appearance settings.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user