CSS

CSS

84 bookmarks
Custom sorting
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