-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
128 lines (108 loc) · 2.22 KB
/
contact.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.contact {
margin-left: 40px;
margin-right: 40px;
margin-bottom: 90px;
padding: 30px;
}
.con-items {
display: flex;
}
.con-head {
font-family: 'Red Hat Display', sans-serif;
font-size: 27px;
font-weight: 700;
margin-bottom: 20px;
}
.contact-text > p {
font-family: 'DM Sans', sans-serif;
margin-bottom: 10px;
}
.con-last {
padding-bottom: 16px;
}
button {
background: #625CC9;
border: none;
color: white;
padding: 10px;
padding-left: 30px;
padding-right: 30px;
font-family: 'DM Sans', sans-serif;
border-radius: 10px;
font-weight: 500;
margin-top: 20px;
}
button:hover {
cursor: pointer;
}
input, textarea {
background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 10px;
border: none;
padding: 10px;
width: 100%;
}
label {
display: inline-block;
font-family: 'DM Sans', sans-serif;
font-weight: 500;
margin-bottom: 10px;
}
input {
margin-bottom: 20px;
}
textarea {
height: 150px;
}
.c-plat > img {
width: 40px;
margin-top: 20px;
}
.c-plat > h3 {
font-family: 'Manrope', sans-serif;
margin-top: 8px;
margin-bottom: 5px;
}
.c-plat > a {
text-decoration: none;
font-family: 'DM Sans', sans-serif;
color: #121C4A;
margin-top: 8px;
margin-bottom: 8px;
font-size: 16px;
}
input::placeholder, textarea::placeholder {
font-family: 'DM Sans', sans-serif;
}
footer {
text-align: center;
font-family: 'DM Sans', sans-serif;
border-top: 1px solid black;
/* background: linear-gradient(180deg, #d3d7e8, #ebf0f6); */
}
footer > p {
padding: 20px;
margin-left: 40px;
margin-right: 40px;
}
header {
height: 100vh;
background-image: url(https://99designs-blog.imgix.net/blog/wp-content/uploads/2018/12/Gradient_builder_2.jpg?auto=format&q=60&w=1815&h=1200&fit=crop&crop=faces);
background-size: cover;
}
.text > h1 {
text-transform: uppercase;
font-family: 'DM Sans', sans-serif;
text-align: center;
font-size: 65px;
font-weight: 700;
margin-top: 30vh;
}
.serv-text {
font-size: 22px;
font-weight: 700;
margin-left: 30px;
margin-top: 25px;
font-family: 'Red Hat Display', sans-serif;
}