September 20, 2014

How to change background color on blogger specific post.

This is how I change the background color of my specific post on blogger.

1. log-in to your blogger account.
2. Create new post then click HTML tab.
<div style="background-color: #a5ffe7; color: #fff; padding: 10px;">
HERE YOU CAN TYPE YOUR POST BODY.
</div>
3. Copy and paste the code above in your post.
4. then switch to compose tab to see how it goes.
5. Change the
 #a5ffe7    
to the color you want.
6. You can now start typing to your post and publish.

Heres the list of color conversion code.

No comments:

Post a Comment