From 5839da82b886c7a7b63ae7e852d98dd9e2a5d125 Mon Sep 17 00:00:00 2001 From: Johan <134583362+withthelog@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:52:21 +0000 Subject: [PATCH] Delete index.css --- index.css | 75 ------------------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 index.css diff --git a/index.css b/index.css deleted file mode 100644 index 6cdcf5c..0000000 --- a/index.css +++ /dev/null @@ -1,75 +0,0 @@ -body, html { - height: 100%; - margin: 0; - overflow: hidden; - font-family: "JetBrains Mono", monospace; - font-weight: 400; - font-style: normal; - - a:link {color: white} - a:visited {color: white} - a:active {color: white} -} - -#hero-image { - /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://withthelog.xyz/wallpaper/wal1.jpg"); */ - height: 100%; - background-position: center; - background-repeat: no-repeat; - background-size: cover; - position: relative; -} - -#hero-text { - text-align: center; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - color: white; -} - -.hero-text button { - background-color: #555; - border: none; - color: white; - padding: 10px 25px; - text-align: center; - margin: 4px 2px; - opacity: 1; - transition: 0.3s; - font-family: "Josefin Sans", sans-serif; - font-optical-sizing: auto; - font-weight: 300; - font-style: normal; - font-size: 13px; - color: white; -} - -.hero-text button:hover {opacity: 0.9} - -.button { - display: inline-block; - width: 250px; - padding: 10px 20px; - background-color: rgba(0, 0, 0, 0); - color: #ffffff; - border-radius: 5px; - text-align: center; - text-decoration: none; - font-size: 16px; - transition: background-color 0.3s, color 0.3s; -} - -.button:hover { - background-color: rgba(0, 0, 0, 0.2); - color: #ffffff; -} - -.license { - font-size: 12px; - position: fixed; - bottom: 0; - right: 0; - padding: 10px; -}