Himas Rafeek
Posted on: 3 years ago
CSS

General form style

some basic form styles tbc


                                          #contact-site-form input {
    width: 300px;
    margin-bottom: 5px;
    line-height: 18px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
}