Blog

Css

16 posts tagged css — the same founder-tested patterns, filtered.

Revise Your Stylesheets. Part 1. Color Scheme

Revise Your Stylesheets. Part 1. Color Scheme

Ever wonder how many colors exist in your project? Do you have strict style guides kindly prepared by the design lead?
How to have a clean CSS structure with RSCSS/ITCSS

How to have a clean CSS structure with RSCSS/ITCSS

Writing the CSS code is relatively simple. Learning a language is not a big problem and doesn’t take a lot of effort.
RSCSS. Styling CSS without losing your sanity

RSCSS. Styling CSS without losing your sanity

Thinking of a beautiful and grammatically correct CSS code over and over again but still wiped out with the methodology?
4 Ways to Create a Triangle in Tailwind CSS

4 Ways to Create a Triangle in Tailwind CSS

Learn 4 methods to create CSS triangles in Tailwind CSS using borders - up, down, left, and right. Copy-paste utility classes with live examples.
How to make vertically scrollable in CSS

How to make vertically scrollable in CSS

In order for the scroll to appear, you need to limit its height by adding height or max-height properties.
How to create circles in CSS

How to create circles in CSS

Let's look at a few tricks in CSS able to create basic shapes like circles. For this case need to use the border-radius property and set the value to 50%.
How to make truncate text in CSS

How to make truncate text in CSS

CSS has no truncate property. How to clip overflowing text with text-overflow: ellipsis, and what each property in the recipe is doing.
Create a Triangle in Pure CSS - No JavaScript

Create a Triangle in Pure CSS - No JavaScript

Draw triangles in CSS using only the border trick - no images, no JS. Step-by-step code for up, down, left, and right arrows you can copy today.
How to use Linear-Gradient in CSS

How to use Linear-Gradient in CSS

The CSS linear-gradient function creates an image that consists of a progressive transition between two or more colors along a straight line.
How to use background-size in CSS

How to use background-size in CSS

The CSS background-size property sets the size of the background image of the element.

Reading this because something is going wrong?

A free code audit gives you a written assessment of your codebase in plain English.

Get a Free Code Audit

Rated 4.8/5 on Clutch · you keep the write-up either way