Customizing Minor Heading

How to customize Minor Heading in Blogger?
Here is the Minor Heading with First Letter Drop Cap using CSS style.

Here are some of the CSS Tricks. Just add this code to your HTML/JavaScript Gadget.

<style>
h4:first-letter {
margin:1px 5px; float: left;
display: block;
font-size: 70px;
color: #000000;
padding:1px;
text-decoration:none
margin-top: 0;
margin-bottom: 0;
}
h4 { font-size: 15px;
text-decoration: none;
text-shadow: 2px 1px 25px black, 0px 0px 0px Red, 0px 0px 0px Green  }
</style>

1. Highlights all the text for minor Heading

2. This is how it looks when you view it on HTML.

3. Then this will be the result on your actual blog.

Comments

Check out the rest of my blog post at www.bustillo-family.blogspot.com