Friday 7 December 2012

Auto resize first Letter of post in Blogger Dynamic View

However, you can see that first letter 'H' of word However on starting of this text is auto converted to bigger size! It gives the look of a professional magazine or better blog!

I like it very much and I wish to share it with you! Just follow this simple steps:-



STEP:-
Go to Dashboard ('House' symbol) --> Template --> Customize --> Advanced --> Add CSS --> Paste the following code --> Press enter after the last character of the last line } --> Apply to Blog --> Done

.article-content.entry-content:first-letter
{
font-size:2.5em;
font-weight:normal;
padding:5px 5px;
margin-right:5px;
line-height:.8em;
float:left}


Enjoy blogging in Dynamic View and be unqiue from the world!

No comments:

Post a Comment