From 3e780051fde5423ff1677d46f3b452de29cb00fb Mon Sep 17 00:00:00 2001 From: niko Date: Mon, 13 May 2019 13:49:29 +0200 Subject: next --- ideashacklab.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ideashacklab.css (limited to 'ideashacklab.css') 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; +} + +/* */ -- cgit v1.2.3