(12 intermediate revisions by the same user not shown) | |||
Line 36: | Line 36: | ||
align-items: center; | align-items: center; | ||
position: relative; | position: relative; | ||
+ | background-size: cover; | ||
} | } | ||
.header-image-container img | .header-image-container img | ||
{ | { | ||
− | visibility: | + | visibility: hidden; |
} | } | ||
.header-image-text | .header-image-text | ||
Line 50: | Line 51: | ||
align-items: center; | align-items: center; | ||
align-content: center; | align-content: center; | ||
+ | top: 0; | ||
line-height: 9vmin; | line-height: 9vmin; | ||
text-align: center; | text-align: center; | ||
Line 55: | Line 57: | ||
.header-image-text h1 | .header-image-text h1 | ||
{ | { | ||
− | font-size: | + | font-size: 8vmin !important; |
color: white; | color: white; | ||
margin: 0 auto; | margin: 0 auto; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
− | text-shadow: 0px | + | text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.41); |
font-weight: bold !important; | font-weight: bold !important; | ||
+ | } | ||
+ | |||
+ | .header-dark{ | ||
+ | color: black !important; | ||
+ | text-shadow: none; | ||
+ | } | ||
+ | |||
+ | .dark-overlay | ||
+ | { | ||
+ | background-color: rgba(75, 75, 75, 0.75); | ||
+ | background-blend-mode: difference; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 00:19, 18 October 2018