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

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

Articles Articles

16 articles

Related Tags

news(3)
JavaScript(2)
layout(2)
forms(1)
css properties(1)
stacking contexts(1)
destructuring(1)
animation
(1)
corner-shape(1)
Scroll Driven Animation(1)
security(1)
pseudo classes(1)
images(1)
performance(1)
SVG(1)
CSS-Tricks logoCSS-Tricks
51 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
61 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
31 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
21 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
71 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
31 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
01 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
01 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
01 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
01 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
01 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
01 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
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-02-25

A Complete Guide to Bookmarklets

This article provides a comprehensive guide to bookmarklets — JavaScript snippets saved as browser bookmarks that can interact with any webpage.

Articles
bookmarklet
JavaScript
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-02-23

Loading Smarter: SVG vs. Raster Loaders in Modern Web Design

This article compares SVG and raster image loaders (GIF/PNG) for web loading indicators, explaining when and why SVG is generally the better choice.

Articles
images
performance
SVG
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-02-20

Potentially Coming to a Browser :near() You

This article explores the proposed CSS :near() pseudo-class, which would trigger styles when a pointer comes within a specified distance of an element.

Articles
pseudo classes