sometimes you are reading a story book or a new paper magazine usually you always see the first letter of paragraph, However recently, one of our users ask me that : can you show me how to make a big letter in the first paragraph
This whole thing is known as drop caps, Today i will show you how to make a big letter in the first paragraph in blogger
What are Drop Caps (Large First Letter)?
Drop caps is a kind of a styling technique that is most likely to be used in story books, newspapers and magazine featuring long paragraphs. It keeps the font size of the first letter of the paragraph large as compared to the remaining letters.
Drop Caps can also be added to blogs or websites using a simple CSS technique that makes the task really straightforward and easier for everyone to understand.
This is the lesson of how to make large first of letter in blogger
the first thing, you must to know the name of the DIV class or ID from your main contents. if you don't know about it you can find that by looking into your template of blogger files and through in the element feature in your web browser.
IMG
Once you have your div class, then go to Blogger >> Template >> Edit HTML >> search for ]]></b:skin> tag and just above it paste the following code.
However, make sure you change the "post-outer" section below if your template has a different class name. You can also customize the CSS codes to make it look according to your template design or even better.
.post-outer:first-letter {We hope this tutorial may have helped you in learning How to make the big letter in the first paragraph in blogger, and making you familiar with drop caps.
float: left;
font-size: 4em;
color: #111;
margin-right: 0.10em;
line-height: 90%;
text-shadow: 0.05em 0.05em #C0C0C0;
}