summaryrefslogtreecommitdiff
path: root/hacklabxl.css
diff options
context:
space:
mode:
authorniko <niko@digitalsocrates.click>2019-05-11 22:49:19 +0200
committerniko <niko@digitalsocrates.click>2019-05-11 22:49:19 +0200
commit499053244d0786598042c1d303f0d0e85fcb6eba (patch)
tree2349affee31adcbd452b15f542e389c4a67adbf8 /hacklabxl.css
parentf361ea1d6172f9e4a46566c7bac31f433899c351 (diff)
downloadhacklab.brussels-499053244d0786598042c1d303f0d0e85fcb6eba.tar.gz
experiment columns
Diffstat (limited to 'hacklabxl.css')
-rw-r--r--hacklabxl.css18
1 files changed, 18 insertions, 0 deletions
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%;
+}
+
+
+/* */