From ae7c6a33af63f98381e6373979923fcec8a1b718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=83=D1=85=D0=BE=D0=B2=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=D0=B0?= Date: Wed, 1 Nov 2023 00:52:34 +0300 Subject: [PATCH] Header v3 --- site/index.html | 1 + site/style/buttonStyle.css | 18 ++++++++++++++++-- site/style/header.html | 28 +++++++++++++++++++++++++++- 3 files changed, 44 insertions(+), 3 deletions(-) diff --git a/site/index.html b/site/index.html index 475b7a0..cb5f5d7 100644 --- a/site/index.html +++ b/site/index.html @@ -1,6 +1,7 @@ + diff --git a/site/style/buttonStyle.css b/site/style/buttonStyle.css index 273d243..7dec4c4 100644 --- a/site/style/buttonStyle.css +++ b/site/style/buttonStyle.css @@ -1,6 +1,4 @@ - .button-grid { - display: grid; display: grid; grid-template-columns: 4fr 4fr 4fr; grid-template-rows: 4fr 4fr; @@ -33,6 +31,11 @@ background: rgba(0, 0, 0, 0.5); } + .headerButton-grid { + display: grid; + grid-template-columns: auto auto auto auto auto; + } + :root { --sizeButton: 1.5; } @@ -69,6 +72,17 @@ --sizeButton: 4; } + .hidingMenu { + Display: none; + } + + .headerButton-grid { + display: grid; + grid-template-columns: auto; + + text-align: center; + } + .button-grid { display: grid; display: grid; diff --git a/site/style/header.html b/site/style/header.html index 7c31892..16fbb33 100644 --- a/site/style/header.html +++ b/site/style/header.html @@ -1,3 +1,29 @@
-

Вологда путешествия

+