Posts Tagged Background

Flat Input box with CSS

input
{
border: 1px solid;
}

If you want to change the input box background do as follow:

input
{
border: 0px solid;
}

, , , ,

No Comments