-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (92 loc) · 1.76 KB
/
style.css
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
83
84
85
86
87
88
89
90
91
92
93
.header{
font-family: 'Jost', sans-serif;
color: #001cf9e3;
padding: 14px 50px;
background-color:white;
width: 480px;
height: 500px;
margin: 100px auto;
font-weight: normal;
}
#Email{
border-color: #373776;
background-color: #d7e9fad1;
width: 205px;
height: 20px;
border-radius: 5px;
padding: 10px;
margin: 5px 5px 0 10px;
}
#Phone{
border-color: #373776;
background-color: #d7e9fad1;
width: 205px;
height: 20px;
border-radius: 5px;
padding: 10px;
}
#header{
padding: 0px 8px;
}
input{
font-family: 'Jost', sans-serif;
font-weight: bold;
color: #2e4b93;
border-style: none;
}
textarea{
font-family: 'Jost', sans-serif;
color: #2e4b93;
font-weight: bold;
}
body{
background-color:#bfdcf79e;
}
#Fname{
border-color: #373776;
background-color: #d7e9fa69;
width: 205px;
height: 20px;
border-radius: 5px;
padding: 10px;
margin: 8px 5px 1px 10px;
}
#Lname{
/* border-color: #8686d71f;#373776 */
background-color:#d7e9fa69;
width: 205px;
height: 20px;
border-radius: 5px;
padding: 10px;
}
#Address{
border-style: none;
background-color: rgb(172 204 234 / 67%);;
width: 440px;
height: 30px;
border-radius: 7px;
padding: 10px;
margin: 3px 0 0 10px;
}
#msg{
border-style: none;
background-color: rgb(156 198 236);;
width: 440px;
height: 50px;
border-radius: 8px;
padding: 10px;
margin: 0 0 0 10px;
}
.submit{
float: right;
background-color:hwb(233deg 5% 20%);
color: #e7e6ecfc;
border-radius: 20px;
width: 110px;
height: 40px;
margin: 15px 200px 0 0;
cursor: pointer;
}
input hover{
background-color: #4255e254;
}