-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
46 lines (41 loc) · 826 Bytes
/
estilo.css
File metadata and controls
46 lines (41 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.form{
position:relative;
width:500px;
height:600px;
padding-left: 20px;
padding-top: 15px;
background-color:#e5dfcd;
border-radius: 20px;
margin:auto;
}
input[type=text],[type=email]{
width:470px;
height:35px;
font: 14px normal normal uppercase helvetica, arial, serif;
}
textarea{
width: 470px;
height: 110px;
font: 14px normal normal uppercase helvetica, arial, serif;
}
input[type=submit]{
position:relative;
width:150px;
height:40px;
border-radius:20px;
margin-left: 150px;
border:0px;
background-color:#32A43E;
font: 14px normal normal uppercase helvetica, arial, serif;
}
p{
text-shadow:0 1px 0 #fff;
font-size:24px;
}
label{
margin:11px 20px 0 0;
font-size:16 px;
color:#b3aba1;
text-transform: uppercase;
text-shadow:0px 1px 0px #fff;
}