summaryrefslogtreecommitdiffstats
path: root/style.css
blob: d29f987e16e9b54b39bb1b41f94f72514c910f29 (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
html, body {
  background-color: #A9454A;
  display: flex;
  justify-content: center;
}
.master {
  background-color: #141414;
  border: 1vw solid #141414;
  position: absolute;
  width: 50%;
  height: 100vh;
}
header {
  text-align: center;
  font-size: 1.7vw;
}
#profile {
  vertical-align: middle;
  margin: 10vw;
}
#font, p {
  font-family: sans-serif;
  color: white;
}
#link {
  font-family: sans-serif;
  color: white;
}
#left {
  float: left;
  text-align: left;
  width: 50%;
}
#right {
  float: right;
  text-align: right;
  width: 50%;
}