CSS

CSS

88 bookmarks
Custom sorting
CSS @function CSS if() =
CSS @function CSS if() =

CSS @function + CSS if() = 🤯

In https://ift.tt/b4xZRTG I took a first look at Chrome’s prototype of Custom Functions (CSS @function). Since then the prototype in Chrome got…

February 21, 2025 at 06:55PM

via Instapaper

·bram.us·
CSS @function CSS if() =
How To Add Text Outline With CSS
How To Add Text Outline With CSS
For the text-shadow property, we’ll use four shadows, each to the top right, top left, bottom left, and bottom right. h1 { color: #fff; text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000; }
·kinsta.com·
How To Add Text Outline With CSS