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

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

Articles Articles

48 articles

Related Tags

news(9)
layout(6)
CSS functions(4)
animation(3)
JavaScript(3)
view transitions(3)
css properties(2)
pseudo elements
(2)
astro(2)
markdown(2)
corner-shape(2)
shapes(2)
ai(2)
Scroll Driven Animation(2)
accessibility(2)
  • 1
  • 2
  • 3
CSS-Tricks logoCSS-Tricks
21 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
11 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
31 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
41 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
41 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
41 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
41 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