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
![]()
.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
![]()
.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
![]()
.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;
}

