-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathformStyle.css
More file actions
64 lines (62 loc) · 1.07 KB
/
Copy pathformStyle.css
File metadata and controls
64 lines (62 loc) · 1.07 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
body{
font-family:'Lato';
overflow-x: hidden;
}
form{
background:url(images/faq_bg1.png);
background-attachment: fixed;
background-size: 80vw 50vw;
}
.heading{
color: #ff8606;
font-size: 2rem;
font-weight: bolder;
}
.labels{
color: #ff8606;
font-weight: bold;
font-size: 1.2rem;
}
.btn:hover{
background-color: #171717;
color: white;
}
.drop{
size: 100px 100px;
}
#class{
width: 220px;
}
.select{
padding: 8px 12px;
font-size: 1.2rem;
width: 400px;
border-radius: 20px;
}
@media (max-width:767px)
{
.heading{
color: #ff8606;
font-size: 8vw;
font-weight: bolder;
}
.btn{
background-color: #ff8606;
color: white;
position: relative;
}
html,body{
overflow-x: hidden;
}
.select{
padding: 8px 12px;
display: block;
width: 280px;
font-size: 1rem;
border-radius: 20px;
}
.option{
font-size: 0.8rem;
padding-right: 8px;
}
}