From aba510e2e36c98a5e9824fc0aaa42ee2c03a3528 Mon Sep 17 00:00:00 2001 From: Khrystyna Barshchevska-Kostrova Date: Tue, 10 Sep 2024 16:25:06 +0200 Subject: [PATCH] mit fixed --- assets/css/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index c3ceaaf..cd13474 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -15,13 +15,23 @@ html body{ } body{ - padding: 0 2vw; + padding: 9vh 2vw 0 2vw; } a{ text-decoration: none; } +header { + position: fixed; + width: 100%; + top: 0; + left: 0; + padding: 0 2vw; + background-color: #fff; + z-index: 1000; +} + nav{ display: flex; align-items: center;