You can easily create a blog and customize it in your way.
You can easily add a shadow effect to a blogger blog by adding CSS "box-shadow." Then, you can modify its padding and color.
How to Do a Drop Shadow to a Blogger Layout : eAskme |
How to Do a Drop Shadow to a Blogger Layout ?
- Open Blogger.com
- Enter email id and password to login.
- Go to "Dashboard".
- Go to "Template".
- Click on "Edit HTML".
- Go to where you want to add shadow.
- Add this line in "body" tag "box-shadow:".
- Add padding and color like this
- box-shadow: 20px 20px #777777;
- Click on "Save Template".