Last active
December 8, 2016 15:35
-
-
Save manbearwolf/301f1e1c4cbcd33730a91e86ede6690a to your computer and use it in GitHub Desktop.
Example of Shadows Everywhere (add .widget h2) or (keep .widget) on line 10 https://mbott1982.blogspot.com/2016/12/center-give-shadows-css3-to-blog-title.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*--- 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;} | |
| .widget {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #FeaturedPost1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #Profile1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #BlogArchive1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #PopularPosts1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #Image2 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #Translate1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| #Stats1 {text-shadow: 2px 2px 5px #eee, 5px 5px 5px #707070 !important;} | |
| /*--- Feel Free To Modify ----*/ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://mbott1982.blogspot.com/2016/12/center-give-shadows-css3-to-blog-title.html