summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2025-09-13 17:19:57 +0200
committermarcellus <msimon_fr@hotmail.com>2025-09-13 17:19:57 +0200
commit5802c70f2918cbb01aa5ec8d448d9f760e5a26dc (patch)
tree7f80b2470297eeb2349ae6a54a68a46e62f8b7fe /style.css
parent8d6532d1fac8657ce3c783a0f6fb73929e9f5b6d (diff)
parent961470cf5b09e54caad292ffc4a52881b3e478f2 (diff)
Merge branch 'main' of marcellus.cc:marcellusHEADmain
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8132283..9a69468 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;
@@ -97,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;