-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (47 loc) · 801 Bytes
/
Copy pathstyle.css
File metadata and controls
59 lines (47 loc) · 801 Bytes
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
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
* {
font-family: "Poppins", sans-serif;
}
img {
width: 80%;
}
.container-fluid {
padding: 60px 30px;
}
.jumbotron {
padding-top: 6rem;
text-align: center;
}
.item__h1 {
color: #4752e5;
margin-top: 8rem;
}
.vertical__center {
display: flex;
align-items: center;
}
.line__shape {
width: 2.5rem;
height: 0.25rem;
border-radius: 100px;
margin: auto;
margin-bottom: 3rem;
background-color: #4752e5;
}
.btn {
width: 7rem;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
background-color: #4752e5;
color: #fff;
}
#footer {
width: 100%;
background-color: rgb(26, 26, 33);
color: #fff;
}
.list__footer {
list-style: none;
}