summaryrefslogtreecommitdiff
path: root/hacklabxl.css
diff options
context:
space:
mode:
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%;
+}
+
+
+/* */