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.
23 lines
298 B
CSS
23 lines
298 B
CSS
|
2 years ago
|
.banner {
|
||
|
|
position: relative;
|
||
|
|
margin: 0 1rem 1rem;
|
||
|
|
border-left: var(--primary-color) 1rem solid;
|
||
|
|
padding: 1rem;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.banner-title {
|
||
|
|
font-size: 1.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.banner-subtitle {
|
||
|
|
font-size: 1.25rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.banner-note {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 0;
|
||
|
|
right: 0;
|
||
|
|
opacity: 0.5;
|
||
|
|
}
|