summaryrefslogtreecommitdiff
path: root/html/style.css
blob: a57bb72488fe0eaf26d74d3b714017039b5c16ae (plain)
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
body
{
  background: black;
  color: #fc6c8e;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-family: "noto sans mono", monospace;
  font-size: 16px;
}

a {
  color: #fc6c8e;
  font-weight: bold;
}

a:hover {
  color: purple;
}

figcaption {
	display: none;
}

.box {
  display: inline-block;
}

.boxes {
  display: flex;
}

hr {
  border: #202020 solid 1px;
}

table
{
  border-collapse: collapse;
}

table td, th
{
  border: 1px solid #202020;
  padding: 4px;
}

/* 
body::after {
        position: fixed !important;
        content: url();
        top: 0px !important;
        right: 0 !important;
        z-index:-1;

} */