summaryrefslogtreecommitdiff
path: root/hacklabxl.css
blob: e0361af3ce1677866929894883cbd47dadf363fd (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
.container {
<<<<<<< HEAD
  column-count: 6;
=======
  column-count:  6;
  column-width: 160px;
>>>>>>> 0fa5e397b1737adc1bf34fb36951e1f7526c11bb
  column-fill: auto;
  column-rule: dotted 1px black;
  height: 95vh;
  }
div {
  border-bottom: solid 3px black;
}
div#neutrinet {
  padding-top: 1em;
}
.fhri {
  width: 100%;
}
.bouche {
  color: red;
  font-size: 2em;
}

/* */