-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (84 loc) · 1.53 KB
/
Copy pathstyle.css
File metadata and controls
84 lines (84 loc) · 1.53 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
83
84
body {
font-family: arial;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.content-one {
width: 700px;
margin: 0 auto;
}
.header-one{
background: url(m3lRbCCA_o.jpg);
color: white;
padding: 40px;
background-position: top center;
}
.header-one h1 {
font-weight: 100;
border-bottom: 1px solid White;
padding-bottom: 19px;
}
.header-one h3 {
font-weight: 100;
}
.contact-form{
background-color: cadetblue;
padding: 51px 44px;
}
.contact-input{
display: flex;
margin-bottom: 30px;
}
level{
margin-right: 30px;
margin-top: 5px;
width: 30%;
text-align: right;
font-weight: bold;
text-shadow: 1px 1px 1px black; color: powderblue;
}
.icon{
background: #EFEFED;
color: black;
width: 40px;
border: 2px solid #dbdbdb;
border-right: none;
text-align: center;
padding: 7px;
}
.input-one{
padding: 3px 10px;
border: 2px solid #dbdbdb;
width: 70%;
}
.check-one{
margin: 0px 15px;
}
.button{
text-align: center;
}
.button-one{
color: white;
background-color: red;
padding: 9px 25px;
margin-right: 10px;
border-radius: 5px;
border: none;
box-shadow: 3px 3px 4px black;
width: 250px;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: bold;
}
.button-one:hover{
background-color: #1E90FF;
}
.city{
margin-left: -6px;
}
.gender{
margin-left: -30px;
}
.service{
margin-left: -26px;
}