I want to look at practical uses for CSS trigonometric functions. And we'll start with what may be the most popular functions of the "worst" feature: sin() and cos().
The CSS conic-gradient() function creates a color gradient that places the colors around a circle, making them smoothly transition across its circumference in a cone-like shape.
The State of CSS 2025 Survey dropped a few days ago, and besides anticipating the results, it's exciting to see a lot of the new things shipped to CSS reflected in the questions.
The text-box-edge property let us trim the whitespace around text content. It’s used alongside the text-box-trim property to pick whether to remove whitespace above and/or below text.…