summaryrefslogtreecommitdiff
path: root/html/style2.css
diff options
context:
space:
mode:
authormion <>2026-02-11 23:07:17 +0000
committermion <>2026-02-11 23:07:17 +0000
commit18798b4fe566aaf510caaf4843cdd1fdfc1a40a3 (patch)
tree11a7ab8b835b3de3ac56cbf3d91d5284b05e1106 /html/style2.css
parent7b20c4b86c198ead941fe37507d806a19ee3711f (diff)
help
Diffstat (limited to 'html/style2.css')
-rw-r--r--html/style2.css51
1 files changed, 0 insertions, 51 deletions
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;
-
-} */