Best 5 Stylish Heading CSS in Blogger | Top 5 Stylish Heading Styles for Blogger
Hi to all, in this article I am going to tell you all about the top 5 best stylish heading CSS for blogger.
So, read the below provided stylish header styles and if you like any one then copy that style CSS can paste it inside your webpage or blog.
You may realize that the headings are the maximum critical part of a webpage content, so you need to show stylish headers to attract new users to visiting your webpage and copy heading CSS codes from below given and paste them into your submit editor section.
Here you can manually modify or change the colors, font length, shadows, and something you need as per your webpage.
Top 5 Stylish Headings
Normal Heading Style
Your Heading is Here
<h2 style="font-weight: 600;
font-size: 18px;
background: #0194ff;
color: #fff;
padding: 10px;
line-height: 1.7em;
box-shadow: 0 2px 10px 0 #cac9c9;
text-align: center;
user-select: none;
cursor: pointer;">Your Heading is Here</h2>
Gradient Heading Style
Your Heading is Here
<h2 style="font-weight: 600;
font-size: 18px;
background-image: linear-gradient(to right, #ff5f00, #ff782f, #ff8d4e, #fea26d, #fbb58c);
color: #fff;
padding: 10px;
line-height: 1.7em;
box-shadow: 0 2px 10px 0 #cac9c9;
text-align: left;
user-select: none;
cursor: pointer;
border-left: 20px solid red;">Your Heading is Here</h2>
Curved Corner Heading Style
Your Heading is Here
<h2 style="font-weight: 600;
font-size: 18px;
background: #fff;
color: #000;
padding: 10px;
line-height: 1.7em;
box-shadow: 0 2px 10px 0 #cac9c9;
text-align: center;
user-select: none;
cursor: pointer;
border-left: 20px solid #ff5f00;
border-right: 20px solid #ff5f00;
border-radius: 5px 55px 5px 55px;">Your Heading is Here</h2>
Side Rounded Heading Style
Your Heading is Here
<h2 style="font-weight: 600;
font-size: 18px;
background: #fff;
color: #000;
padding: 10px;
line-height: 1.7em;
box-shadow: 0 2px 10px 0 #cac9c9;
text-align: center;
user-select: none;
cursor: pointer;
border-left: 20px solid #ff0077;
border-right: 20px solid #ff0077;
border-radius: 55px;">Your Heading is Here</h2>
Left Border Heading Style
Your Heading is Here
<h2 style="background: rgb(101, 66, 237);
border-left: 20px solid rgb(0, 0, 0);
box-shadow: rgb(202, 201, 201) 0px 2px 10px 0px;
color: white; cursor: pointer;
font-size: 18px;
font-weight: 600;
line-height: 1.7em;
padding: 10px;
text-align: center;
user-select: none;">Your Heading is Here</h2>
Conclusion
I hope that you all have understood about the top 5 stylish heading for blogger.
So, you can use the above stylish heading in your webpages to show your webpage more professional.