-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
118 lines (97 loc) · 1.81 KB
/
main.css
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#content {
margin: 0 auto;
}
#footer {
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 5px;
text-align: center;
background-color: #053f5e;
}
#footer p {
font-family: 'Quattrocento Sans', sans-serif;
text-align: justify;
font-size: 18px;
text-align: center;
color: #f5d000;
}
.navbar {
background-color: #053f5e;
}
.navbar a {
font-family: 'Carrois Gothic SC', sans-serif;
color: #f5d000;
}
.navbar a:visited {
color: #f5d000;
}
.navbar a:hover {
color: #f7f5f3;
}
.navbar button {
font-family: 'Carrois Gothic SC', sans-serif;
color: #f5d000;
border-style: solid;
border-color: #f5d000;
}
#banner-img {
max-width: 100%;
height: 92vh;
}
#banner {
position: relative;
text-align: center;
color: #f7f5f3;
}
#profile-picture {
max-width: 90%;
}
body h1 {
font-family: 'Major Mono Display', monospace;
font-size: 5vw;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-height: 80%;
}
body h2 {
font-family: 'Carrois Gothic SC', sans-serif;
margin-top: 5px;
color: #053f5e;
}
body a {
color: #429AC9;
}
body a:visited {
color: #035aa6;
}
body a:hover {
color: #f5d000;
text-decoration: none;
}
p {
font-family: 'Quattrocento Sans', sans-serif;
text-align: justify;
font-size: 18px;
}
li {
font-family: 'Quattrocento Sans', sans-serif;
text-align: justify;
font-size: 18px;
}
html body {
position: relative;
padding-bottom: 6rem;
padding-top: 8vh;
min-height: 100%;
background-color: #f7f5f3;
}
html {
scroll-behavior: smooth;
}
.separator {
height: 10vh;
}