CSS Shadow Box Effect For Blogger

This post will explain how to add CSS shadow box to blogger.
1. Log in to your blogger account and Go to Design >> Edit HTML
2. Find this tag by using Ctrl+F    ]]></b:skin>
3. Paste one of  below code Before ]]></b:skin> tag Outside shadow #Shadow-Outside{ -moz-box-shadow: 0 0 5px 5px #222; -webkit-box-shadow: 0 0 5px 5px #222; box-shadow: 0 0 5px 5px #222; }  More...

No comments:

Post a Comment