From 962f9d41bfe9c8e8d267b156a952c432e9f0a94c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 26 Nov 2024 11:04:52 +0100 Subject: add: added canard pc --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 8132283..e461149 100644 --- a/style.css +++ b/style.css @@ -69,6 +69,17 @@ a.text-link::after{ content: "<"; } +.avatars{ + display: flex; + flex-direction: row; + height: 321px; + justify-content: space-around; + align-content: center; +} +.avatars img{ + height: 90%; +} + .link:hover { opacity: 0.75; box-shadow: 4px 4px chartreuse, -4px -4px chartreuse, -4px 4px chartreuse, 4px -4px chartreuse; -- cgit v1.2.3 From 0918bf5831e0899d1f0683fce5ac92038736bb60 Mon Sep 17 00:00:00 2001 From: marcellus Date: Sat, 10 May 2025 19:42:34 +0200 Subject: feat: added Tildeeth to the webring --- main.html | 4 +--- style.css | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/main.html b/main.html index 3b3ed1a..2e07b23 100644 --- a/main.html +++ b/main.html @@ -64,9 +64,7 @@ - - - + Friend! diff --git a/style.css b/style.css index e461149..724ab52 100644 --- a/style.css +++ b/style.css @@ -108,6 +108,13 @@ marquee{ margin: 5px; } +.tildeeth{ + color: #cc80a6; + text-align: center; + padding: 0.3em; + border: 2px dashed #cc80a6 +} + .content-container{ margin: 20px 10%; display: grid; -- cgit v1.2.3 From f9b1322cef5f6df31b980a3203e925bed4ddb0fe Mon Sep 17 00:00:00 2001 From: marcellus Date: Sat, 10 May 2025 19:46:11 +0200 Subject: fix: ; --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 724ab52..9a69468 100644 --- a/style.css +++ b/style.css @@ -112,7 +112,7 @@ marquee{ color: #cc80a6; text-align: center; padding: 0.3em; - border: 2px dashed #cc80a6 + border: 2px dashed #cc80a6; } .content-container{ -- cgit v1.2.3