From ab733a2d571eb7b47986fcde6c4e5f70e7678b6b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 18 May 2019 13:29:51 +0200 Subject: added hr ornament & setup new recipe --- hacklabxl.css | 13 +++++++++---- index.html | 6 +++++- ornament.png | Bin 0 -> 2798 bytes 3 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 ornament.png 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; diff --git a/index.html b/index.html index 89f624f..95b00c2 100644 --- a/index.html +++ b/index.html @@ -98,6 +98,9 @@ plenty of DIY pvc foghorn designs online + +
+
- +
diff --git a/ornament.png b/ornament.png new file mode 100644 index 0000000..9a68449 Binary files /dev/null and b/ornament.png differ -- cgit v1.2.3