summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;