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/etc.css | |
| parent | b309fc4fde4ef7327400ef0e4d6e848e9f3e1ba2 (diff) | |
IHATE IT IHATE IT I HATE IT
Diffstat (limited to 'css/etc.css')
| -rw-r--r-- | css/etc.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/css/etc.css b/css/etc.css new file mode 100644 index 0000000..768f657 --- /dev/null +++ b/css/etc.css @@ -0,0 +1,32 @@ +span.quote { + color: #789922; +} + +@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; */ +} + +img { + max-width: 100%; + height: auto; +} + +#stylechooser { + float: right; +} + +li p { + margin: 0; + padding-top: 2px; + padding-bottom: 2px; +} |
