Tag: CSS
August 14, 2024
/ Technology
CSS Functions And Mixins Module Notes
[ad_1] Most days I write vanilla CSS. Thanks to CSS variables and nesting, I have fewer reasons to resort to…
August 12, 2024
/ Technology
CSS One-Liners To Improve (Almost) Every Project
[ad_1] These types of roundups always excite me. My wife spends hours scrolling through Zillow photos of home interiors because…
August 9, 2024
/ Technology
CSS Selectors | CSS-Tricks
[ad_1] General Selectors When we talk about CSS selectors, we’re talking about the first part of a CSS ruleset: /*…

August 8, 2024
/ Technology
The Times You Need A Custom @property Instead Of A CSS Variable — Smashing Magazine
[ad_1] Custom properties and CSS variables are often used interchangeably when describing placeholder values in CSS, although they are different…

August 5, 2024
/ Technology
The Modern Guide For Making CSS Shapes — Smashing Magazine
[ad_1] Creating shapes using CSS is, without any doubt, a classic exercise. In many cases, we try to use hacky…