From 499053244d0786598042c1d303f0d0e85fcb6eba Mon Sep 17 00:00:00 2001 From: niko Date: Sat, 11 May 2019 22:49:19 +0200 Subject: experiment columns --- hacklabxl.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hacklabxl.css (limited to 'hacklabxl.css') diff --git a/hacklabxl.css b/hacklabxl.css new file mode 100644 index 0000000..3d40e11 --- /dev/null +++ b/hacklabxl.css @@ -0,0 +1,18 @@ +.container { + column-count: 6; + column-fill: balance; + column-rule: dotted 1px black; + height: 95vh; + } +div { + border-bottom: solid 3px black; +} +.neutrinet { + padding-top: 1em; +} +.fhri { + width: 100%; +} + + +/* */ -- cgit v1.2.3