aboutsummaryrefslogtreecommitdiff
path: root/examples/macros/styles.css
blob: 87f0ef1a81d2706c5d99df9e5ca1a87da4a6a82f (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
html {
  font-size: 4rem;
  margin: 0;
  padding: 0;
  background-color: black;

  color: rgb(0, 255, 0);
  font-family: "Courier";
}

body {
  margin: 48px auto;
  text-align: center;
}

.Line {
  font-size: 0.5rem;
  font-family: monospace;
}

.Lines {
  text-align: left;
  margin: 0 auto;
  max-width: fit-content;
  line-height: 1.5;
}