-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
87 lines (68 loc) · 1.19 KB
/
index.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
.page-top {
background-color: none;
background-image: url("https://images.unsplash.com/photo-1518398046578-8cca57782e17?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top;
background-size: 2000px;
height: 100vh;
font-family: 'Poppins', sans-serif;
color:#fff;
border-radius: 0 !important;
}
.header-text {
margin-top: 100px;
background: rgba(0, 0, 0, 0.5);
padding: 15px 30px 15px 30px;
}
.header-button {
margin-top: 15px;
}
.features {
margin-left: 100px;
}
.featuress {
transition: all .15s ease-in-out;
}
.featuress:hover {
color: #fff;
}
.feature-icon {
font-size: 48px;
text-align: center;
padding-top: 25px;
}
.faq {
margin-top: 100px;
}
.faq-question {
font-weight: 500;
}
.faq-answer {
font-weight: 300;
}
.end-page {
background-color: #ff686b;
color: #fff;
margin-top: 100px;
height: 30vh;
}
.btn-white {
background-color: #fff;
color:#222f3e;
}
.btn-white:hover {
background-color: #222f3e;
color: #ff686b
}
.card:hover {
background-color: #222f3e;
}
#regModal .register-div {
display: none;
}
.checkmark {
font-size: 108px;
text-align: center;
color: #2ecc71;
}