-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.css
More file actions
91 lines (89 loc) · 1.92 KB
/
feedback.css
File metadata and controls
91 lines (89 loc) · 1.92 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
85
86
87
88
89
90
91
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
.Navbar-Menu{
width: 100%;
height: 80vh!important;
background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('https://img.freepik.com/free-photo/elevated-view-breads-utensils-egg-spices-forming-frame-black-background_23-2147955228.jpg?size=626&ext=jpg')!important;
background-repeat: no-repeat;
background-size: cover;
}
.Contact-us{
width: 100%;
height: auto;
text-align: center;
padding: 100px 0px;
}
.Contact-us h1{
font-size: 35px;
padding-bottom: 20px;
border-bottom: 2px solid #c37a3e;
display: inline-block;
}
.Contact-us p{
padding: 10px 0 50px 0;
font-size: 15px;
color: gray;
}
.Contact-us h2{
font-size: 30px;
padding-top: 50px;
padding-bottom: 20px;
border-bottom: 2px solid #c37a3e;
display: inline-block;
}
.Contact-us h3{
font-size: 25px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #c37a3e;
display: inline-block;
}
.Find-us h2{
margin-bottom: 80px;
}
.Find-us p{
padding: 10px 0 10px 0;
font-weight: lighter;
}
.Contact-us form{
padding: 50px 100px;
text-align: left;
}
.Contact-us label{
margin-top: 20px;
}
#Checkbox-id label{
margin-top: 0;
}
.Contact-us input{
box-shadow: none!important;
}
.Contact-us select{
box-shadow: none!important;
}
.Contact-us select option{
background-color: none;
}
#Touch{
padding: 10px 50px;
text-decoration: none;
background-color: #c37a3e;
color: #fff;
border-radius: 100px;
transition: 0.5s;
display: inline-block;
}
.Contact-us a:hover{
letter-spacing: 2px;
}
.heading{
text-align: center!important;
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%,-50%);
}