summaryrefslogtreecommitdiff
path: root/hacklabxl.css
blob: 77b13200f5fe9b5890b751d679e2e294a8ec4263 (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
.container {

  column-count:  6;
  column-width: 160px;
  column-fill: auto;
  column-rule: dotted 1px black;
  height: 95vh;
  }
div {
  border-bottom: solid 3px black;

}

hr {
  border:0;
  background:url(ornament.png) no-repeat center;
  height: 40px;
  margin: 1em 0;
}
div#neutrinet {
  padding-top: 1em;
}
.fhri {
  width: 100%;
}
.bouche {
  color: red;
  font-size: 2em;
}

/* */