summaryrefslogtreecommitdiffstats
path: root/style.css
blob: d0210a8e81f3a7a8025a07487054772279ed6ef8 (plain) (blame)
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
html, body {
  background-color: #141414;
  display: flex;
  justify-content: center;
}
.master {
  position: absolute;
  width: 50%;
}
header {
  text-align: center;
  font-size: 3.5vh;
}
#profile {
  vertical-align: middle;
  margin: 10vw;
}
#font, p {
  font-family: sans-serif;
  color: white;
}
#left {
  float: left;
  text-align: left;
  width: 50%;
}
#right {
  float: right;
  text-align: right;
  width: 50%;
}
a {
  font-family: sans-serif;
  text-decoration: none;
  color: #ED8182;
}
a:hover, a:active {
  font-style: italic;
}
#svg {
  max-height: .8em;
	max-width: 1em;
}