summaryrefslogtreecommitdiff
path: root/hacklabxl.css
blob: 7e71bcbbeab4138fe06838561d2bec5ace28e3c3 (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
body {
  font-family: monospace;
}
.container {
  column-width: 20em;
  column-rule: solid 3px black;
  height: 95vh;
  }
div {
  border-bottom: solid 3px black;
  break-inside: always;

}

hr {
  border:0;
  background:url(ornament.png) no-repeat center;
  height: 40px;
  margin: 1em 0;
}
div#neutrinet {
  padding-top: 1em;
}

img {
  width: 100%;
}

.bouche {
  color: red;
  font-size: 2em;
}

/* */