Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

Articles Articles

43 articles

Related Tags

news(8)
layout(5)
CSS functions(4)
JavaScript(3)
pseudo elements(2)
css properties(2)
forms(2)
corner-shape
(2)
shapes(2)
animation(2)
Scroll Driven Animation(2)
accessibility(2)
view transitions(2)
astro(2)
markdown(2)
  • 1
  • 2
  • 3
CSS-Tricks logoCSS-Tricks
41 min read
Frontend•2026-04-09

Selecting a Date Range in CSS

This article demonstrates how to build a date range selector component using CSS and JavaScript.

Articles
nth-child
pseudo elements
CSS-Tricks logoCSS-Tricks
41 min read
Frontend•2026-04-07

Alternatives to the !important Keyword

This article explores alternatives to using !important in CSS, which disrupts the cascade and specificity.

Articles
cascade
specificity
CSS-Tricks logoCSS-Tricks
51 min read
Frontend•2026-04-06

Looking at New CSS Multi-Column Layout Wrapping Features

Chrome 145 introduces column-wrap and column-height properties that enable multi-column layouts to wrap vertically instead of creating horizontal scrolls, transforming them into 2D flows.

Articles
css properties
layout
multi-column layout
CSS-Tricks logoCSS-Tricks
21 min read
Frontend•2026-04-02

Making Complex CSS Shapes Using shape()

Using the new CSS shape() function, developers can create complex organic shapes like blobs and wavy dividers without SVG.

Articles
clip-path
CSS functions
css shapes
shapes
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-04-01

Front-End Fools: Top 10 April Fools’ UI Pranks of All Time

This article explores notable April Fools' Day pranks and jokes in web development, examining how pranks blur the line between real innovations and humorous deceptions.

Articles
news
CSS-Tricks logoCSS-Tricks
11 min read
Frontend•2026-04-01

Sniffing Out the CSS Olfactive API

The CSS Olfactive API enables web experiences with olfactory elements through HTML scent elements and CSS scent-profile properties.

Articles
api
CSS-Tricks logoCSS-Tricks
11 min read
Frontend•2026-03-31

What’s !important #8: Light/Dark Favicons, @mixin, object-view-box, and More

This article covers CSS features including SVG favicons, @mixin, morphing, and object-view-box.

Articles
news
CSS-Tricks logoCSS-Tricks
171 min read
Frontend•2026-03-30

Form Automation Tips for Happier User and Clients

This post explores how front-end form design decisions directly impact back-end automation workflows and business outcomes.

Articles
forms
CSS-Tricks logoCSS-Tricks
151 min read
Frontend•2026-03-26

Generative UI Notes

This post explores the emerging concept of Generative UI (GenUI), where AI dynamically generates personalized user interfaces in real time rather than following static designs.

Articles
artificial intelligence
CSS-Tricks logoCSS-Tricks
61 min read
Frontend•2026-03-23

Experimenting With Scroll-Driven corner-shape Animations

This article explores creative combinations of CSS scroll-driven animations with the new corner-shape property, currently available in Chrome 139+.

Articles
animation
corner-shape
Scroll Driven Animation
CSS-Tricks logoCSS-Tricks
61 min read
Frontend•2026-03-19

JavaScript for Everyone: Destructuring

This article is an excerpt from the 'JavaScript for Everyone' course, explaining JavaScript destructuring assignment syntax with practical code examples.

Articles
destructuring
JavaScript
CSS-Tricks logoCSS-Tricks
101 min read
Frontend•2026-03-16

What’s !important #7: random(), Folded Corners, Anchored Container Queries, and More

This issue covers a curated mix of overlooked and newly introduced CSS features for modern web development.

Articles
news
CSS-Tricks logoCSS-Tricks
61 min read
Frontend•2026-03-16

4 Reasons That Make Tailwind Great for Building Layouts

This article explains four reasons why Tailwind CSS is particularly effective for building page layouts.

Articles
framework
layout
tailwind
CSS-Tricks logoCSS-Tricks
21 min read
Frontend•2026-03-11

Abusing Customizable Selects

This article explores creative demos built with the new customizable <select> HTML element available in Chromium-based browsers.

Articles
CSS functions
html elements
select
CSS-Tricks logoCSS-Tricks
11 min read
Frontend•2026-03-09

The Value of z-index

This article explores a systematic approach to managing z-index values in CSS, addressing the common "arms race" of arbitrary magic numbers in large projects.

Articles
css properties
stacking contexts
CSS-Tricks logoCSS-Tricks
11 min read
Frontend•2026-03-05

The Different Ways to Select <html> in CSS

This article explores the various CSS selectors that can target the <html> element, ranging from practical to purely academic.

Articles
selectors
CSS-Tricks logoCSS-Tricks
31 min read
Frontend•2026-03-02

Popover API or Dialog API: Which to Choose?

This article explains the key differences between the Popover API and Dialog API, focusing on accessibility and when to use each.

Articles
accessibility
dialog
popover
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-02-27

What’s !important #6: :heading, border-shape, Truncating Text From the Middle, and More

A roundup of recent CSS tips, new platform features, and community discoveries from the web development world.

Articles
news
CSS-Tricks logoCSS-Tricks
21 min read
Frontend•2026-02-27

Yet Another Way to Center an (Absolute) Element

This article introduces a modern CSS technique to center absolute-positioned elements using just three lines of code.

Articles
layout
position
CSS-Tricks logoCSS-Tricks
21 min read
Security•2026-02-25

An Exploit … in CSS?!

This post analyzes CVE-2026-2441, a high-severity Use After Free (UAF) vulnerability in Chrome's Blink CSS engine that allowed remote code execution inside a sandbox.

Articles
news
security