summaryrefslogtreecommitdiff
path: root/hacklabxl.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-05-18 13:29:51 +0200
committerYour Name <you@example.com>2019-05-18 13:29:51 +0200
commitab733a2d571eb7b47986fcde6c4e5f70e7678b6b (patch)
treeac2f30d528811cc37ac061880fb1c1fdd56536bf /hacklabxl.css
parent9b5c7e040620e27c4707e5c1875f265d7eb06845 (diff)
downloadhacklab.brussels-ab733a2d571eb7b47986fcde6c4e5f70e7678b6b.tar.gz
added hr ornament & setup new recipe
Diffstat (limited to 'hacklabxl.css')
-rw-r--r--hacklabxl.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/hacklabxl.css b/hacklabxl.css
index e0361af..77b1320 100644
--- a/hacklabxl.css
+++ b/hacklabxl.css
@@ -1,16 +1,21 @@
.container {
-<<<<<<< HEAD
- column-count: 6;
-=======
+
column-count: 6;
column-width: 160px;
->>>>>>> 0fa5e397b1737adc1bf34fb36951e1f7526c11bb
column-fill: auto;
column-rule: dotted 1px black;
height: 95vh;
}
div {
border-bottom: solid 3px black;
+
+}
+
+hr {
+ border:0;
+ background:url(ornament.png) no-repeat center;
+ height: 40px;
+ margin: 1em 0;
}
div#neutrinet {
padding-top: 1em;