From 6dd67df1c50d30e8052ae665bd4c62b063cb53a3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 29 Jan 2024 19:43:41 +0100 Subject: new webring entries --- pkgs/nomsing/index.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'pkgs/nomsing/index.html') diff --git a/pkgs/nomsing/index.html b/pkgs/nomsing/index.html index a367e4e..83e727f 100644 --- a/pkgs/nomsing/index.html +++ b/pkgs/nomsing/index.html @@ -8,6 +8,23 @@ src: url("AnnieUseYourTelescope-Regular.ttf") format("truetype"); font-display: swap; } + @keyframes right { + from { + left: 0; + } + to { + left: 5pt; + } + } + @keyframes left { + from { + right: 0; + } + to { + right: 5pt; + } + } + body { text-align: center; margin-top: 40vh; @@ -16,10 +33,32 @@ font-size: 40pt; color: white; } + .webring { + font-size: 30pt; + a { + position: relative; + text-decoration: none; + color: darkred; + &:hover { + color: red; + animation-duration: 0.3s; + animation-iteration-count: infinite; + animation-direction: alternate; + &.right { + animation-name: right; + } + &.left { + animation-name: left; + } + } + } + } Blobcat biting another blobcat's neck

You like biting cuties, don't you? :3

+ +

<<< webring >>>

-- cgit v1.2.3