From 52b73d89dc48c124c258c520febf50156cc7e79f Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 12 Jul 2023 02:10:22 +1000 Subject: [PATCH] annother hexxo --- static/src/vdk2ch.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/static/src/vdk2ch.css b/static/src/vdk2ch.css index cd891dd..2726ff2 100644 --- a/static/src/vdk2ch.css +++ b/static/src/vdk2ch.css @@ -20,4 +20,18 @@ clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%); background: red; margin-bottom: calc(var(--m) - var(--s)*0.2885); -} \ No newline at end of file +} + +.hex-container img:nth-child(odd) { + background:green; + } +.hex-container::before { +content: ""; + width: calc(var(--s)/2 + var(--m)); + float: left; + height: 120%; + shape-outside: repeating-linear-gradient( + #0000 0 calc(var(--f) - 3px), + #000 0 var(--f)); +} + \ No newline at end of file