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

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

CSS functions Articles

4 articles

Related Tags

Articles(4)
math functions(1)
random(1)
html elements(1)
select(1)
clip-path(1)
css shapes(1)
shapes
(1)
CSS-Tricks logoCSS-Tricks
21 min read
Frontend•2026-05-14

Computing and Displaying Discounted Prices in CSS

CSS math enables calculating and displaying dynamic values like discounted prices without JavaScript, reducing latency and browser resource usage.

Articles
CSS functions
math functions
CSS-Tricks logoCSS-Tricks
51 min read
Frontend•2026-04-30

The Importance of Native Randomness in CSS

This article explores the evolution of randomness in web styling and why native CSS random functions are a fundamental shift in the platform.

Articles
CSS functions
random
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
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