Under Construction
We’re still putting the final touches on this page—Check back soon!
@keyframes flashy-asterisk { 0% { color:red; } 32% { color:red; } 33% { color: blue; } 66% { color: blue; } 67% { color: green; } 100% { color: green; } } h1 strong { animation: flashy-asterisk 2s linear infinite; }
We’re still putting the final touches on this page—Check back soon!