Keep it simple

HTML
<h2>Keep it simple</h2>
SCSS
body { font-family: 'Baloo Tamma', cursive; background: tomato; } h2 { text-align: center; width: 100%; margin: 0px auto; color: #fff; font-size: 80px; letter-spacing: 5px; top: 50%; position: absolute; margin-top: -40px; text-shadow: -1px -1px 0px tomato, 3px 3px 0px #333, 6px 6px 0px #333; }
JAVASCRIPT
Expand for more options Login