Attractive Designed CSS Code for Heading

Add these css code for heading, And make more attractive website. Have any required so Contact me using contact us section.

Red-White

Heading Red White

.post h3 {
color: white;
font-weight: bold;
background: -webkit-linear-gradient(left, red, white 50%);
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
border: 2px solid black;
}

Blue-white

Heading Blue White

.post h3 {
color: white;
font-weight: bold;
background: -webkit-linear-gradient(left, blue, white 50%);
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
border: 2px solid black;
}

Green white

Heading Green White

.post h3 {
color: white;
font-weight: bold;
background: -webkit-linear-gradient(left, green, white 50%);
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
border: 2px solid black;
}