-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsorting.css
More file actions
42 lines (41 loc) · 760 Bytes
/
sorting.css
File metadata and controls
42 lines (41 loc) · 760 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
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
body {
margin: 1rem;
background: #000;
color: white;
}
.subtitle {
color: gray;
font-size: 1.2rem;
text-align: center;
margin-bottom: 0.7rem;
}
span {
margin-left: 2rem;
}
a {
font-family: Inter, Arial, Helvetica, sans-serif;
text-decoration: none;
}
h1 {
padding-top: 2rem;
text-align: center;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 500;
}
.navbar {
background: transparent;
margin-bottom: 2rem;
}
#bars {
margin: auto;
width: 1000px;
padding: 10px;
}
.g-link {
text-align: center;
}
span{
color: azure;
}