This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
Uecko_Web/css/contacto.css
2015-10-02 08:10:49 +00:00

36 lines
616 B
CSS

.contacto .form input[type="text"]{
padding-left: 39px;
margin-bottom: 10px;
color: white;
height: 29px;
border-radius: 3px;
width: 89%;
}
.contacto .form input.nombre{
background: url('../img/formname.png') #2e3740 no-repeat 5px;
}
.contacto .form input.mail{
background: url('../img/formmail.png') #2e3740 no-repeat 5px;
}
.contacto .form input.telefono{
background: url('../img/formphone.png') #2e3740 no-repeat 5px;
}
.contacto .form textarea.mensage{
background: #2e3740;
}
.contacto .form textarea{
padding: 11px;
width: 89%;
margin: 0;
border-radius: 3px;
height: 113px;
color: #fff;
}