How to Cycle Through Classes on an HTML Element

how-to-cycle-through-classes-on-an-html-element

Say you have three HTML classes, and a DOM element should only have one of them at a time: <div class=”state-1″></div> <div class=”state-2″></div> <div class=”state-3″></div> Now your job is to rotate them. That is, cycle through classes on an HTML…

The high price of a crypto salary

the-high-price-of-a-crypto-salary

Bitcoin prices slipped to a six-month low on Monday. This is bad news for anyone who has invested in crypto, including a motley group of politicians, celebrities, and athletes who’ve recently announced that they’ll accept their paychecks in cryptocurrency. New…

Fancy CSS Borders Using Masks

fancy-css-borders-using-masks

Have you ever tried to make CSS borders in a repeating zig-zag pattern? Like where a colored section of a website ends and another differently colored section begins — not with a straight line, but angled zig zags, rounded humps,…

How to create animations using only CSS and @keyframes

how-to-create-animations-using-only-css-and-keyframes

This article was originally posted at https://christinatruong.medium.com/how-to-create-animations-using-only-css-and-keyframes-9b282289e70 and was kindly shared by Christina Truong. Check out more of her work at  Adding dynamic elements to your website usually requires JavaScript. But the animation property and the @keyframes rule can be used…

The Anatomy of a Great Pitch Deck

the-anatomy-of-a-great-pitch-deck

It’s all about the pitch. An effective pitch deck is key to securing funding for your startup. Investors want to see that you have a clear, well-thought-out plan and that you’re capable of executing it. But crafting a great pitch…