18 lines
462 B
HTML
18 lines
462 B
HTML
<style>
|
|
span.magic {
|
|
font-weight: bold;
|
|
font-size: larger;
|
|
color: #e84545;
|
|
animation: 3s linear 0s infinite normal both running magic;
|
|
}
|
|
|
|
@keyframes magic {
|
|
0% { color: #e84545; }
|
|
33% { color: #45e845; }
|
|
66% {color: #4545e8; }
|
|
}
|
|
</style>
|
|
<ol>
|
|
<li><a href="/events/installfest"><span class="magic">April 12, 2024: SPRING 2024 INSTALLFEST, 6-9 PM in Engineering IV</span></a></li>
|
|
</ol>
|