Skip to content

Instantly share code, notes, and snippets.

@dubbs
Created June 14, 2013 04:15
Show Gist options
  • Save dubbs/5779420 to your computer and use it in GitHub Desktop.
Save dubbs/5779420 to your computer and use it in GitHub Desktop.
A CodePen by Kevin Warrington. CSS inner/outer shadow with outline - Experimenting with inner/outer shadows and text outline
<h1>OLIVE</h1>
/*
http://pixeden.com/media/k2/items/cache/old-school-retro-psd-text-effect-M.jpg
*/
@import "compass"
body
background: hsla(89, 100%, 55%, 1)
text-align: center
font-family: Georgia
h1
margin: .3em 0 0
font-size: 180px
color: hsla(89, 100%, 52%, .6)
text-shadow: 8px 8px 3px #444, 0 0 0 #000, 8px 8px 3px #444, 11px 11px 3px #444
-webkit-text-stroke-width: 3px
-webkit-text-stroke-color: #eee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment