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
51 min read
Frontend•2026-04-20

Markdown + Astro = ❤️

MDX is a superset of Markdown that enhances Astro content creation by allowing components and JSX within Markdown files.

Articles
astro
markdown
mdx
CSS-Tricks logoCSS-Tricks
181 min read
Frontend•2026-04-17

What’s !important #9: clip-path Jigsaws, View Transitions Toolkit, Name-only Containers, and More

This issue covers recent CSS advancements including clip-path techniques, view transitions, container scoping, and browser updates.

Articles
news
CSS-Tricks logoCSS-Tricks
41 min read
Architecture•2026-04-16

A Well-Designed JavaScript Module System is Your First Architecture Decision

This article explores how JavaScript's module system is a foundational architectural decision that shapes code organization and project structure.

Articles
architecture
JavaScript
javascript modules
CSS-Tricks logoCSS-Tricks
61 min read
Frontend•2026-04-14

The Radio State Machine

This article explores CSS state management for visual UI using form elements.

Articles
checkbox hack
forms
state
state machines
CSS-Tricks logoCSS-Tricks
51 min read
Frontend•2026-04-13

7 View Transitions Recipes to Try

This post introduces View Transitions, a CSS feature for creating page navigation animations, with seven practical recipes and code examples.

Articles
view transitions
CSS-Tricks logoCSS-Tricks
51 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
51 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
61 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
71 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
11 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
181 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
111 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
81 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
61 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
21 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