January 31, 2017
Text outline
Author:
Kyle
Description:
Add a ‘shadow’ to the text. See the css.
Kind:
CSS
CSS:
.strokeme { color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
HTML:
<div class="strokeme"> This text should have a stroke in some browsers </div>