Example of drop cap |
Steps to create a drop cap is as follows
When you publish your article, then automatically your articles will contain a drop cap. It is advisable that an article contains one drop cap that is placed on the first letter of your article.
- Login to your blogger dashboard, and activate Post Editor. On the Post Editor, click the HTML tab, note the picture below
Click this image to enlarge - Create an article, and then put the code below before the first letter of the first paragraph.
<span style="float: left; font-family: Times New Roman; font-size: 80px; font-style: italic; margin-bottom: 5px; margin-right: 10px; position: relative; top: -11px;">
After that, close that first letter with </span> - After that, click the Compose tab.
- Now drop cap has been active. Consider the following picture
Click this image to enlarge
- font-family
- font-size
- font-style
- top
- margin-bottom
- margin-right
When you publish your article, then automatically your articles will contain a drop cap. It is advisable that an article contains one drop cap that is placed on the first letter of your article.
Post a Comment