Pure Css Calculator
12.07.2020
It's a mix of using CSS variables, a fitting HTML structure with over 80 checkboxes and labels, calc() for the math, and CSS counters to output things. Have a look at the source code! I promise, there's absolutely zero JavaScript.
Made with: HTML,CSS
How To Use Flexbox To Create A Modern Css Card Design Layout
11.07.2020
"We will create a Flexbox card layout that has a row of four horizontal containers on larger screens, two on medium, and single column for small devices."
Made with: HTML