text-shadow-ref.html (310B)
1 <!DOCTYPE html> 2 <meta charset="utf-8" /> 3 <title>SVG Text Shadows - ref</title> 4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 5 <style> 6 div { 7 font: 16px Ahem; 8 text-shadow: 0px 0px 5px green; 9 color: darkgreen; 10 margin-left: 21px; 11 margin-top: 15px; 12 } 13 </style> 14 <div>A</div>