<p>Text Shadow</p>
body{ background-color: #000; } p{ text-align: center; padding: 24px; margin: 0; font-family: helvetica,arial,sans-serif; color: #000; font-size: 80px; font-weight: bold; text-shadow: 0 0 4px white, 0 -5px 5px #ff3, 2px -10px 6px #fd3, -2px -15px 11px #f80, 2px -25px 18px #f20; }