Style Button

A simple style for button

by revathskumar

HTML

<button>Subscribe now</button>

CSS

button{
    background-color: red;
    font-weight: bold;
    font-size:14px;
    color: #FFF;
}