-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop5.css
More file actions
42 lines (36 loc) · 771 Bytes
/
Copy pathtop5.css
File metadata and controls
42 lines (36 loc) · 771 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
body {
margin: 20px;
background-color: #f9f9f9;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
flex-direction: column;
}
h1 {
text-align: center;
margin-bottom: 50px !important;
margin-top: 50px !important;
font-size: 40px !important;
letter-spacing: 0.3 em !important;
}
#output_top5 {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.btn-custom-green {
background-color: #28a745 !important;
border-color: #28a745 !important;
color: white !important;
}
.btn-custom-green:hover {
background-color: #218838 !important;
border-color: #1e7e34 !important;
}
.cardo-regular {
font-family: "Cardo", serif;
font-weight: 400;
}