-
Notifications
You must be signed in to change notification settings - Fork 0
/
ginv.css
133 lines (112 loc) · 2.17 KB
/
ginv.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
129
130
131
132
133
header {
height: 100vh;
background-image: url(https://t4.ftcdn.net/jpg/02/67/40/21/360_F_267402109_jZvsqRQUvSxohAOmcUt549jlapqoRHM0.jpg);
background-size: cover;
}
.text {
text-align: center;
font-family: 'DM Sans', sans-serif;
color: white;
}
.sub-txt{
margin-top: 1em;
}
.head-txt {
text-transform: uppercase;
font-size: 65px;
font-weight: 700;
margin-top: 30vh;
}
footer {
margin-top: 50px;
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;
}
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[type=text], input[type=email], input[type=tel],
textarea {
background: #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 10px;
border: none;
padding: 10px;
width: 70%;
}
input[type=checkbox] {
accent-color: #ECC8B1;
}
label {
display: inline-block;
font-family: 'DM Sans', sans-serif;
font-weight: 500;
margin-bottom: 10px;
}
input {
margin-bottom: 20px;
}
textarea {
height: 150px;
}
.contact {
padding: 1em;
width: 70%;
display: block;
margin-left: auto;
margin-right: auto;
background: #FFFFFF;
text-align: center;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
.content {
text-align: center;
font-family: 'DM Sans', sans-serif;
}
.main-text {
font-family: 'DM Sans', sans-serif;
}
.content h2 {
margin-top: 50px;
font-family: 'Red Hat Display', sans-serif;
font-size: 27px;
font-weight: 700;
}
.content p, .content a{
margin: 1em;
text-decoration: none;
}
.content a {
color: #121C4A;
}
.main-text > p:last-child {
margin-bottom: 30px;
}
.checkboxes {
text-align: center;
}
@media (max-width: 1088px) {
.contact {
width: 90%;
}
}