diff options
| author | marcellus <msimon_fr@hotmail.com> | 2025-09-13 17:19:57 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2025-09-13 17:19:57 +0200 |
| commit | 5802c70f2918cbb01aa5ec8d448d9f760e5a26dc (patch) | |
| tree | 7f80b2470297eeb2349ae6a54a68a46e62f8b7fe /style.css | |
| parent | 8d6532d1fac8657ce3c783a0f6fb73929e9f5b6d (diff) | |
| parent | 961470cf5b09e54caad292ffc4a52881b3e478f2 (diff) | |
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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; |
