Header v3
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/style/menu.css">
|
||||
<link rel="stylesheet" href="/style/textFont.css">
|
||||
<link rel="stylesheet" href="/style/background.css">
|
||||
<link rel="stylesheet" href="/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;
|
||||
|
||||
@@ -1,3 +1,29 @@
|
||||
<header>
|
||||
<p class="titleText">Вологда путешествия</p>
|
||||
<div class="headerButton-grid">
|
||||
<a href="/pages/Музей кружева.html" style="text-decoration:none">
|
||||
<button style="background: transparent; border: none !important;">
|
||||
<p class="titleText">Вологда путешествия</p>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a href="/pages/Музей кружева.html" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Вологда</p>
|
||||
</a>
|
||||
|
||||
<a href="/pages/Музей кружева.html" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Достопримечательности</p>
|
||||
</a>
|
||||
|
||||
<a href="/pages/Музей кружева.html" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Рестораны</p>
|
||||
</a>
|
||||
|
||||
<a href="/pages/Музей кружева.html" style="text-decoration:none" class="hidingMenu">
|
||||
<button style="background: transparent; border: none !important;"> </button>
|
||||
<p class="titleTextMini">Отели</p>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user