-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.css
68 lines (68 loc) · 1.32 KB
/
faq.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
#FAQcontainer {
display: flex;
width: 100%;
height: 100vh;
/* flex: 0 0 25%; */
/* max-width: 25%; */
}
#features {
width: 502px;
height: auto;
/* margin: auto; */
/* margin-left: 30px; */
/* border: 1px solid red; */
}
#features > div {
width: 100%;
height: 41px;
background-color: rgb(174, 167, 167);
padding: 3px 10px 3px 10px;
margin: auto;
margin-bottom: 2px;
}
.heading {
width: 100%;
background-color: azure;
height: 20px;
margin-top: 1px;
}
#hero {
width: 100%;
height: 100vh;
/* border: 1px solid greenyellow; */
margin: auto;
margin-left: 25px;
}
#hero > h2 {
width: 100%;
}
.heading {
padding: 17px;
/* text-align: left; */
color: rgb(63, 60, 60);
margin-bottom: 16px;
}
.expand {
margin: 0px 0px 2px auto;
margin-left: 963px;
color: #0ca7a7;
font-weight: bold;
font-size: large;
}
.col-sm-12 {
color: rgba(0, 0, 0, 0.87);
background-color: rgb(255, 255, 255);
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
box-sizing: border-box;
font-family: Roboto, sans-serif;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px, rgb(0 0 0 / 12%) 0px 1px 4px;
border-radius: 2px;
box-sizing: border-box;
}
.panel {
box-sizing: border-box;
margin: 10px auto 20px 0px;
padding: 10px;
background-color: aliceblue;
}