From c5e8c966d8f5293806e904f835e4715dee03822a Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 12 May 2021 14:05:09 +0200 Subject: fixed some issues and continued on the website --- style.css | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 962fdc3..f3cf369 100755 --- a/style.css +++ b/style.css @@ -1,21 +1,26 @@ header{ display: flex; justify-content: space-between; + align-items: center; } #logo img{ - max-width: 75%; + width: 100%; height: auto; } #contacts{ display: flex; - align-items: center; } -#contacts img{ +#contacts p{ + font-size: 2vmin; + margin-right: 10px; +} + +#contacts img { + min-width: 0%; max-width: 50%; - min-width: 40%; } #hamenu span{ @@ -77,4 +82,22 @@ header{ @keyframes fade { from {opacity: .4} to {opacity: 1} - } \ No newline at end of file + } +.highlight { + color: blue; +} + +#desc-and-pic-container{ + display: flex; + flex-wrap: wrap; +} + +#description img{ + height: auto; + max-width: 35%; +} + +#picture img{ + height: 100%; + width: 100%; +} \ No newline at end of file -- cgit v1.2.3