-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmm.css
More file actions
53 lines (39 loc) · 676 Bytes
/
mm.css
File metadata and controls
53 lines (39 loc) · 676 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
* {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a:hover {
text-decoration: none;
color: rgb(255, 217, 102);
margin: 10%;
}
a {
text-decoration: none;
color: #F59292;
}
.header {
display: flex;
align-items: center;
margin-bottom: 10px;
position: absolute;
}
.menu {
display: flex;
align-items: center;
margin: 12%;
padding-right: 70%;
margin-right: 170px;
}
.menu-item {
margin: 7%;
font-size: medium;
font-weight: bold;
}
#a {
top: 3%;
}
#b {
top: 33%;
}
#c {
top: 63%;
}