summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-11-26 11:04:52 +0100
committerMartial Simon <msimon_fr@hotmail.com>2024-11-26 11:04:52 +0100
commit962f9d41bfe9c8e8d267b156a952c432e9f0a94c (patch)
treef45e28747ab14809387e1301bd37c308224719f0 /style.css
parentd3d23fb4799ecf507ff467950bf336456b57ebca (diff)
add: added canard pc
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
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;