Shiny, Animated CSS Buttons 2021-04-27 Everyone can appreciate fancy, animated buttons - but often times they come with a performance cost: JavaScript. Luckily for us, we can create our very own shiny, animated buttons with pure CSS. The Demo Live CodePen Example The HTML Nothing fancy going on here, just a set of ahref elements with specific button classes added: <a href="#" class="button green"><span>Green Button</span></a> <a href="#" class="button blue"><span>Blue Button</span></a> <a hre...