This repository was archived by the owner on Oct 6, 2023. It is now read-only.
forked from BehaviorTree/btcpp_website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.module.css
More file actions
102 lines (83 loc) · 1.39 KB
/
index.module.css
File metadata and controls
102 lines (83 loc) · 1.39 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
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
h1 {
font-size: 38px;
padding: 0.5rem 0;
}
h2 {
font-size: 32px;
padding: 0.5rem 0;
}
h3{
font-size: 24px;
}
p{
font-size: 18px;
}
li{
font-size: 18px;
}
.heroBanner {
padding: 2.5rem 0;
text-align: center;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.heroBanner h1{
padding: 0.5rem 0;
font-size: 48px;
}
.heroText {
color: #3b3b3b;
padding: 3.5rem 0;
}
.heroSvg {
max-width: 550px;
max-height: 550px;
}
@media screen and (max-width: 966px) {
.heroBanner {
padding: 2rem;
}
}
.sectionText {
display: flex;
align-items: center;
justify-content: center;
color: #3b3b3b;
}
.sectionText p{
font-size: 20px;
}
.sectionText li{
font-size: 20px;
}
.features {
display: flex;
align-items: center;
padding: 4rem 0;
width: 100%;
background-color: #383838;
color: white;
}
.features h3 {
color: rgb(0, 217, 94);
}
.features p {
font-size: 20px;
}
.supportFrame {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
color: rgb(53, 53, 53);
background-image: linear-gradient(to bottom, #00a639, #1eb645, #30c651,
#3fd65d, #4de769, #4eef69, #4ff669, #51fe68, #46fe59, #39ff47, #2bff30, #17ff00);
}
.supportFrame a
{
font-weight: bold;
color: rgb(13, 47, 65);
}