From 31783f03c0c37e0c6d5891b3a2a7e3d33bbd73d2 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 22 Sep 2022 14:21:12 -0400 Subject: [PATCH] Added another piece of generative art --- src/layouts/index.html | 1 + src/static/css/generative-art.css | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/src/layouts/index.html b/src/layouts/index.html index fb09307..8dc169e 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -80,6 +80,7 @@
+
diff --git a/src/static/css/generative-art.css b/src/static/css/generative-art.css index cb55c2b..e76ac68 100644 --- a/src/static/css/generative-art.css +++ b/src/static/css/generative-art.css @@ -40,6 +40,20 @@ z-index:1; } +#gen-art-4{ + background-image: url("/Images/gen-art/gen-art-_0012_DALL·E 2022-09-01 11.14.14 - a surrealist dream-like oil painting by Salvador Dalí of a tea cup melting i.jpg"); + background-attachment: fixed; + background-position: left; + background-repeat: repeat; + background-size: contain; + position: absolute; + margin-top: 9.5vw; + right: 8.371vw; + width: 12.556vw; + height: 12.556vw; + z-index:1; +} + #gen-art-5{ position:absolute; width:24.275vw;