Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Created October 23, 2017 19:49
Show Gist options
  • Select an option

  • Save manbearwolf/4418dd945ad8fca9ba0122040953c452 to your computer and use it in GitHub Desktop.

Select an option

Save manbearwolf/4418dd945ad8fca9ba0122040953c452 to your computer and use it in GitHub Desktop.
CSS Shadow Text - Blogger Code Snippet 1
/*--- Header Center Text & 3D CSS3 ShadowText ----*/
#header-inner {text-align:center !important;}
#header-inner img {margin: 0 auto !important;}
.header h1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;}
#header-inner {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;}
.post-title {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;}
.date-header {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;}
/*--- Feel Free To Modify ----*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment