Tag: CSS

Refactoring HTML and CSS

Refactoring HTML and CSS

Refactoring is the process of rewriting and restructuring the code to improve the design of the code base. Here's how to improve your web projects by refactoring your code.
CSS basics padding

Intro to HTML and CSS

In this intro to HTML and CSS, we provide a basic overview of the web development landscape and common terminology used in HTML and CSS.
Screenshot from the Codepen containing the full HTML and CSS example

How to Add a CSS Gradient Overlay to a Background Image

This article was originally posted at https://medium.com/@christinatruong/how-to-add-a-css-gradient-overlay-to-a-background-image-170216435f65 and was kindly shared by Christina Truong. Check out more of her work at https://christinatruong.com. Using images on a web page helps to…
CSS Framework

9 Types of Top CSS Frameworks In 2021

In today’s world, technology has become part of our everyday life. Web developers are constantly coming up with new designs and frameworks to make websites more user-friendly. A CSS framework…
CSS text-shadow

The text-shadow CSS Property

When adding CSS styles to text on an HTML page, it’s usually best to keep it subtle, to make sure that the content on your page is easy to read. But sometimes you may want to make a small block of text stand out a little more than the rest.
Glassmorphism examples

10 Beautiful Glassmorphism Examples

Glassmorphism is a term used to describe UI design that emphasizes light or dark objects, placed on top of colorful backgrounds. A background-blur is placed on the objects which allows…