diff options
| author | ElDoc-s <A01255172@tec.mx> | 2026-04-28 11:47:25 -0700 |
|---|---|---|
| committer | ElDoc-s <A01255172@tec.mx> | 2026-04-28 11:47:25 -0700 |
| commit | 710da88eed9d6bb9f3f17c691ba71ad85fb2cf22 (patch) | |
| tree | d62fb0cf06ad3345ebca833feb619beb352852ac /britons.css | |
| parent | def877d54872e939860ed4e9294f30ea16a209f7 (diff) | |
Removed garbage
Diffstat (limited to 'britons.css')
| -rw-r--r-- | britons.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/britons.css b/britons.css index b64e713..bb4b44f 100644 --- a/britons.css +++ b/britons.css @@ -75,3 +75,32 @@ header i { opacity: 1; } +.eu { + position: fixed; + bottom: 70%; + left: 80%; + opacity: 1; + z-index: -1; + scale: 0.25; + width: 25%; +} + +.stars { + position: fixed; + bottom: 70%; + left: 80%; + opacity: 1; + z-index: -1; + scale: 0.25; + width: 25%; +} + +.stars:hover { + animation: spin 5s linear infinite; +} + + +@keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} |
