From 18798b4fe566aaf510caaf4843cdd1fdfc1a40a3 Mon Sep 17 00:00:00 2001 From: mion <> Date: Wed, 11 Feb 2026 23:07:17 +0000 Subject: help --- html/style2.css | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 html/style2.css (limited to 'html/style2.css') diff --git a/html/style2.css b/html/style2.css deleted file mode 100644 index fbed7ef..0000000 --- a/html/style2.css +++ /dev/null @@ -1,51 +0,0 @@ -body -{ - overflow-x: hidden; - max-width: 960px; - margin-left: auto; - margin-right: auto; -} - -li p { - margin: 0; -} - -img { - max-width: 100%; - height: auto; -} -@keyframes rainbow { - 0% {color: red} - 33% {color: lime} - 66% {color: blue} - 100% {color: red} -} -.visual { - background: linear-gradient(120deg, red, orange, yellow, green, blue, indigo, violet); - background-clip: text; - color: transparent; - /* animation: rainbow 1s linear infinite; */ -} - -.content { - /* padding-left: 3%; */ -} - -.box { - display: inline-block; -} - -.boxes { - display: flex; -} - - -/* -body::after { - position: fixed !important; - content: url(); - top: 0px !important; - right: 0 !important; - z-index:-1; - -} */ -- cgit v1.2.3