-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
79 lines (66 loc) · 1.42 KB
/
style.css
File metadata and controls
79 lines (66 loc) · 1.42 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
background-size: 200px;
background-color: #282828;
color: #FFFFFF;
padding-bottom: 15px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",sans-serif, NotoColorEmojiFlag, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@font-face {
font-family: "Aquire";
src: url("fonts/aquire-font/AquireBold-8Ma60.otf") format("opentype");
}
@font-face {
font-family: "NotoColorEmojiFlag";
unicode-range: U+1F1E6-1F1FF;
src: url("fonts/noto-color-emoji/NotoColorEmoji.ttf") format("opentype");
}
.my-navbar {
background-color: #151515;
}
.my-navbar .navbar-brand {
color: white;
font-family: Aquire, sans;
font-size: 25px;
}
.my-tab {
display: none;
}
.nav-link {
cursor: pointer;
}
.my-card {
background-color: #151515;
border: 1px solid grey;
height: fit-content;
margin: 10px;
padding: 20px 25px;
}
.social-icon {
font-size: 22px;
}
.my-select, .my-select:focus {
cursor: pointer;
background-color: #151515;
border: 1px solid grey;
color: white;
}
.tab-header {
margin-bottom: 20px;
}
.video-embed {
width: 100%;
max-width: 800px;
height: auto;
aspect-ratio: 16/9;
}
.achievement-container {
margin-bottom: 30px;
}
.content-img {
width: 100%;
max-width: 800px;
margin-bottom: 1rem;
}
.date {
display: none;
}