You would have seen in magazines,newspapers and in comics that they make the first letter of their article Large.Most of the magazines and newspapers uses this popular effect by increasing the size of the first letter of the Paragraph.It provides an attractive look to your article and keep your blog fresh.To make your articles first letter Large you would have to apply a simple CSS code
How to make first letter of your post large
- Login to your Blogger Dashboard.
- Go to Edit HTML / Design.
- Backup your Template, it is very necessary.
- Click "Expand Widget Templates".
- Find ]]></b:skin> (ctrl+f) in Blogger template.
- Paste the following code directly above/before it.
/* widget made by techmodules.blogspot.com */p:first-letter {
display:block;
margin:5px 0 0 5px;
float:left;
color:#0033CC;
font-size:60px;
font-family:Arial;
}
- To change the color of first letter simply change #0033CC.
- To increase or decrease the size change 60px.
- To change the font simply change Arial
Comments
Post a Comment