diff options
| author | mion <> | 2026-02-26 17:04:17 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-26 17:04:17 +0000 |
| commit | a64f5ae5dd8a781ee8235ebbd531a24ce9935dd1 (patch) | |
| tree | 8a622587606016fcf4ddb964c3a21591a20a9b01 /css/style2.css | |
| parent | b309fc4fde4ef7327400ef0e4d6e848e9f3e1ba2 (diff) | |
IHATE IT IHATE IT I HATE IT
Diffstat (limited to 'css/style2.css')
| -rw-r--r-- | css/style2.css | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/css/style2.css b/css/style2.css new file mode 100644 index 0000000..fbed7ef --- /dev/null +++ b/css/style2.css @@ -0,0 +1,51 @@ +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; + +} */ |
