summaryrefslogtreecommitdiff
path: root/ideashacklab.css
blob: d5f3dab51b8dbbd7151fd39550c833257f3bd6cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.container {
  column-count: 6;
  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;
}

/* */