From eb2d83b6300aadc2e4372090e54bc2f1867a808b Mon Sep 17 00:00:00 2001 From: grgr Date: Wed, 14 Jun 2023 00:50:53 +0200 Subject: [PATCH] there was an error in css, now fixed --- css/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index c4acb2f..5123753 100644 --- a/css/style.css +++ b/css/style.css @@ -18,14 +18,18 @@ button:hover{ padding: 2px 5px; border-radius:4px; mix-blend-mode: multiply; + cursor:pointer; } /* ///////// class elem /////////// */ -header button{ - position:relative; - top: ; +header{ + display: flex; + position:absolute; + top: 100px; + left:300px; + space } .cover, .thesis{ width: 60%;