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/sites/+components/issue-banner.php

22 lines
437 B
PHTML

<style>
.banner {
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;
}
</style>
<div class="banner">
<p class="banner-title">We won! 🎉</p>
<p class="banner-subtitle"><a href="https://9to5google.com/2023/11/02/google-chrome-web-integrity-api/">Web Environment Integrity is dead*</a>!</p>
</div>