Fcorrea

Fcorrea

Simple pure CSS loading to your pages

undraw_loading

👋 Hello all! In this tutorial, I will illustrate the steps to design a CSS loading animation that bounces. HTML Add a class name called “loading” to <div> tag that wraps 3 divs. You can add any class name on…

Why do semantics matters?

It’s easy to miss the importance of semantics in web development. After all, a div and a section tag all render the same, right? But in the world of accessibility semantics are extremely important. If you’ve ever wondered how a…