diff options
-rw-r--r-- | hacklabxl.css | 13 | ||||
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | ornament.png | bin | 0 -> 2798 bytes |
3 files changed, 14 insertions, 5 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; @@ -98,6 +98,9 @@ </div> plenty of DIY pvc foghorn designs online </div> + +<hr> + <div id=recipes> <ul> <li>cacik (yoghurt,cucumber,garlic,salt) @@ -110,8 +113,9 @@ <li>soupe cornichons (aka. augurkova) <li>chopska salata <li>borstsch + <li> gnocchi butter/sauge (di veneto) or pommodoro (veronese) </ul> - +<hr> </div> </div> diff --git a/ornament.png b/ornament.png Binary files differnew file mode 100644 index 0000000..9a68449 --- /dev/null +++ b/ornament.png |