-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (35 loc) · 727 Bytes
/
style.css
File metadata and controls
41 lines (35 loc) · 727 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
body {
text-align: center;
background-color: #1B1B30;
color: rgb(245,246,247);
}
#learn-curriculum-map li {
background-color: rgb(59,59,79);
color: rgb(245,246,247);
border: 3px solid rgb(225,226,227);
border-radius: 6px;
padding: 10px;
margin: 10px auto;
list-style: none;
}
#learn-curriculum-map li div {
display: flex; justify-content: space-between; align-items: center; row-gap: 15px; column-gap: 15px;
text-align: right;
}
#learn-curriculum-map {
margin: 15px auto;
padding: 0;
max-width: 13cm;;
}
#learn-curriculum-map li a {
color: rgb(245,246,247);
text-decoration: none;
}
#learn-curriculum-map svg {
width: 3.5em;
height: 3.5em;
color: rgb(245,246,247);
}
h1 {
font-family: 'Fira Code';
}