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.
sessioncommunities.online/output/css/banner.css

23 lines
298 B
CSS

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