From 12c35bdb3ba00c6d633de5c1e09ca895521f5c8a Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:46:26 +0200 Subject: [PATCH] added css --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..1a5a9ae --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +#app { + display: flex; + overflow: hidden; + position: relative; + width: 100vw; + height: 100vh; + background-image: linear-gradient(blue, cyan); + } \ No newline at end of file