Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Last active December 8, 2016 15:33
Show Gist options
  • Select an option

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

Select an option

Save manbearwolf/cc458796b52ec62865b5e55022b10d34 to your computer and use it in GitHub Desktop.
Blogger Title, Description, Page Title, & Date (CSS3 Gives Shadow To Text) (Does Not Center, But Works) (Add to Blogger CSS Wizard in Customize Template) https://mbott1982.blogspot.com/2016/12/center-give-shadows-css3-to-blog-title.html
/*--- Header Center Text & 3D CSS3 ShadowText (Add to Blogger CSS Wizard in Customize Template)----*/
#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 ----*/
@manbearwolf

Copy link
Copy Markdown
Author

@manbearwolf

manbearwolf commented Dec 8, 2016

Copy link
Copy Markdown
Author

how-to-add-css-using-blogger-dashboard

advanced-css-code-here-blogger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment