forked from iamsushank/mutual-cart-3380
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supportpage.css
70 lines (70 loc) · 1.51 KB
/
supportpage.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
#content {
width: 100%;
}
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
#content>h1 {
font-family: "Mukta", sans-serif;
font-size: 88px;
font-weight: 100;
line-height: 96px;
text-align: left;
word-spacing: 0px;
display: block;
}
.content-h2 {
font-family: "Open Sans", sans-serif;
font-size: 38px;
font-weight: 600;
line-height: 38.4px;
color: #375d75;
text-align: left;
word-spacing: 0px;
}
#content>p {
font-size: 38px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
sans-serif;
display: block;
}
#video {
width: 100%;
}
#form-data {
width: 100%;
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(auto, auto);
gap: 10px;
}
.optn {
font-size: 20px;
font-family: "Mukta", sans-serif;
}
#form-details {
height: 50px;
}
#form-data > input {
height: 25px;
font-size: 22px;
}
#form-data > label {
display: block;
font-size: 27px;
font-family: "Mukta", sans-serif;
color: rgb(197, 197, 197);
}
#submit {
font-family: "Mukta", sans-serif;
background-color: #3b8fc2;
border: 1px solid #2cb1f0;
margin: 15px 0 15px 0;
padding: 10px 20px 10px 20px;
color: white;
font-size: 24px;
border-radius: 20px;
position: relative;
}
textarea{
font-size: 20px;
}