From 79c47efd58a93a8dcc67be731f522125da6f613b Mon Sep 17 00:00:00 2001 From: Michi Date: Sat, 14 May 2022 17:09:18 +0200 Subject: [PATCH] Update style.css --- style.css | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index a26c380..38eb72e 100644 --- a/style.css +++ b/style.css @@ -113,18 +113,45 @@ body{ background: var(--theme1); } - #about{ + #aboutContent{ width: 100%; display: flex; - flex-direction: row; + flex-direction: row-reverse; flex-wrap: wrap; justify-content: space-around; - align-items: left; + align-content: space-around; } - #about img{ + #aboutText, #aboutImg{ width: 50%; - height: auto; + } + + #aboutImg img{ + width: 80%; + } + + #socialmedia{ + margin: auto; + } + + #socialSelection input[type=radio]{ + display: none; + } + + #socialSelection label{ + font-size: 1.1rem; + border: none; + border-bottom: 2px solid var(--theme1); + user-select: none; + transition: all 250ms linear; + padding: 5px; + margin: 10px 0; + margin-left: -5px; + } + + #socialSelection label:hover, .smRadioInput:checked + .smRadioLabel{ + background: var(--theme1); + transition: all 250ms linear; } #projects{