Tag: css

How to create better themes with CSS variables

How to create better themes with CSS variables

Dev

In this article, we’ll explore what makes CSS variables special, why we should use them, ways they can benefit us, and the best practices.

Michelle Barker
Mar 28, 2023 ⋅ 8 min read
How Create Double Border CSS

How to create a double border in CSS

Dev

Explore a number of alternatives to the conventional CSS border-style: double method for creating a double border for a webpage element.

Pascal Akunne
Mar 20, 2023 ⋅ 6 min read
CSS Attribute Selector

How and why to use attribute selectors in CSS

Dev

Using CSS attribute selectors, we can add extra information and CSS styling to a given HTML element. In this article, we review the available CSS selectors, comparing them to the basic CSS selectors.

Oyetoke Tobi
Mar 15, 2023 ⋅ 5 min read
The complete best practices for minifying CSS

The complete best practices for minifying CSS

Dev

CSS minification is an optimization best practice that can deliver a significant performance boost to web app users.

Odili Charles Opute
Mar 15, 2023 ⋅ 13 min read
Creating Css Masonry Style Layouts

Creating CSS masonry-style layouts

Dev

Let’s explore the experimental CSS grid masonry layout and how to replicate this layout while browser support remains limited.

Nwani Victory
Mar 13, 2023 ⋅ 6 min read
Exploring Bundling-Lightning CSS

Exploring bundling in Lightning CSS

Dev

Explore minifying and bundling CSS using the Lightning CSS library, which uses plugging to integrate with other bundling applications.

Suraj Vishwakarma
Mar 9, 2023 ⋅ 3 min read
How To Build A Skeleton Screen With CSS

How to build a skeleton screen with CSS and React

Dev

Use CSS to add skeleton screens to your webpage and improve UI by letting users know what to expect when the page data loads.

Njong Emy
Mar 8, 2023 ⋅ 9 min read
Wavy Background CSS SVG

How to create a wavy background using CSS and SVG

Dev

Nowadays, wavy backgrounds are a popular trend in web design, however, the wave is a notoriously difficult shape to implement.

Saleh Mubashar
Mar 7, 2023 ⋅ 4 min read
How to Use Tailwind CSS in React and Vue.js

How to use Tailwind CSS in React and Vue.js

Dev

In this article, we’ll look at how to use Tailwind CSS in Vue.js and React and optimize your Vue, React, and Tailwind CSS applications.

Anjolaoluwa Adebayo-Oyetoro
Mar 6, 2023 ⋅ 5 min read
Improving Mobile Design With The Latest Css Viewport Units

Improving mobile design with the latest CSS viewport units

Dev

Let’s explore how the most recent CSS viewport units address the mobile design issues caused by the initial set of viewport units.

Rahul Chhodde
Mar 3, 2023 ⋅ 8 min read
Creating Smoother CSS Transitions Animate CSS Grid

Creating smoother CSS transitions with Animate CSS Grid

Dev

Let’s explore how to use the Animate CSS Grid package to animate and create smoother transitions for our grid.

Timonwa Akintokun
Mar 3, 2023 ⋅ 6 min read

Matching elements in CSS with :nth-child and other selectors

Dev

Explore how :nth-child and its related selectors allow us to target and style specific elements in an HTML document.

Rishi Purwar
Feb 28, 2023 ⋅ 7 min read