-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
82 lines (55 loc) · 1.14 KB
/
style.css
File metadata and controls
82 lines (55 loc) · 1.14 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
html {
background-color: rgba(226,139,162,1);
}
.form{
position:relative;
width: 500px;
height: 500px;
padding-left: 20px;
padding-top: 30px;
background-color: rgba(243,159,172,1);
border-radius: 50px;
margin: auto;
}
input[type=text],[type=email]{
width: 470px;
border-radius: 20px;
height: 35px;
font: 14px normal normal uppercase helvatica, arial, serif;
}
textarea{
width: 470px;
border-radius: 10px;
height: 110px;
font: 14px normal normal uppercase helvatica, arial, serif;
}
input[type=submit]{
position: relative;
width: 150px;
height: 40px;
border-radius: 20px;
margin-left: 60px;
border: 0px;
background-color: #ffffff;
font: 14px normal normal uppercase helvatica, arial, serif;
}
input[type=reset]{
position: relative;
width: 150px;
height: 40px;
border-radius: 20px;
margin-left: 60px;
border: 0px;
background-color: #ffffff;
font: 14px normal normal uppercase helvatica, arial, serif;
}
p{
text-shadow: 0 1px 0 #fff;
font-size: 24px;
}
label{
margin:11px 20px 0 0;
font-size: 16px;
color: black;
text-transform: uppercase;
}