summaryrefslogtreecommitdiff
path: root/ideashacklab.css
diff options
context:
space:
mode:
Diffstat (limited to 'ideashacklab.css')
-rw-r--r--ideashacklab.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/ideashacklab.css b/ideashacklab.css
new file mode 100644
index 0000000..d5f3dab
--- /dev/null
+++ b/ideashacklab.css
@@ -0,0 +1,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;
+}
+
+/* */