Category: HTML/CSS

Home Archive by category "HTML/CSS"
Posted 8 months ago / HTML/CSS

Loading Circles

A basic HTML/CSS animation known as a “loading circles” involves creating a loader animation using three circle shapes that rotate 360 degrees in the appropriate direction, then return to 0 degrees, continuing to loop indefinitely. This post will demonstrate how to use CSS to rotate the loader animation. Steps creating HTML/CSS Loading Circles This animation will be made using the following method, which is explained below:
Read more
Posted 8 months ago / HTML/CSS

HTML/CSS Box Rotating Loader

A basic CSS animation known as a “minimal shape rotating loader” involves creating a loader animation using five box shapes that rotate 180 degrees in the appropriate direction, then return to 0 degrees, continuing to loop indefinitely. This post will demonstrate how to use CSS to rotate the loader animation in a square form. Steps creating HTML/CSS Box Rotating Loader The shape rotating loader animation will be made using the following method, which is explained below: Code:
Read more
Posted 1 year ago / HTML/CSS

HTML Cheat Sheet

Introduction If you want to be a web developer, it’s crucial to be proficient in HTML – the language of the internet. A good solution, therefore, is to always have a cheat sheet at hand to help you in your most troubling moments. You will find a fairly basic yet comprehensive HyperText Markup Language (HTML) cheat sheet in this document. We will go through each major HTML tag and explain how to use them. This document is also a good starting point for people who want to learn HTML, with easy-to-understand examples. So, let’s get started! Document Summary Specifies that […]
Read more