From 0fa1c5da7d6d0db1464ca929c04e98228b39d2c8 Mon Sep 17 00:00:00 2001 From: ada Date: Sun, 16 Jun 2024 17:32:12 +0200 Subject: [PATCH] Update 'backplaces/style.css' --- backplaces/style.css | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/backplaces/style.css b/backplaces/style.css index 852074f..267e5db 100644 --- a/backplaces/style.css +++ b/backplaces/style.css @@ -64,8 +64,9 @@ body { padding: 4rem; box-sizing: border-box; } -link{ - position: relative; + +ext { + position: relative; font-family: 'Platypi'; font-style: italic; font-weight: 300; @@ -76,7 +77,7 @@ link{ margin-bottom: 0.5rem; } -link:hover{ +ext:hover{ animation: wiggle 0.6s infinite; } @@ -129,31 +130,13 @@ link:hover{ margin-right: 0; } -.gummies{ - display: flex; - margin: 2rem 0; -} -.gummy .caption{ - opacity: 0; - transition: opacity 0.5s ease; -} -.gummy:hover .caption{ - opacity: 1 -} -.gummy img{ - width: 4rem; - filter: saturate(2); -} -.gummy img:hover{ - scale: 1; - animation: wiggle 0.6s infinite; - cursor: pointer; -} header{ line-height:1.3; } + h1, #project-title { font-family: 'Platypi'; + font-size: 1.6rem; } iframe{ width: 100%; @@ -168,8 +151,8 @@ img{ border-radius: 0.5rem; } figcaption{ - font-size: 0.6rem; - margin: 0.5rem 0 0 0.5rem; + font-size: 1rem; + padding: 1rem 0 0; } figure{ width: 100%;