Files
Site_Vologda/site/style/header.html
Петухова Ростислава f2f1171a28 Vologda history button
2023-11-01 02:14:33 +03:00

30 lines
1.3 KiB
HTML

<header>
<div class="headerButton-grid">
<a href="/index.html" style="text-decoration:none">
<button style="background: transparent; border: none !important;">
<p class="titleText">Путешествия по Вологде</p>
</button>
</a>
<a href="/index.html#VologdaHistory" style="text-decoration:none" class="hidingMenu">
<button style="background: transparent; border: none !important;"> </button>
<p class="titleTextMini">Вологда</p>
</a>
<a href="/index.html#AttractionsMap" style="text-decoration:none" class="hidingMenu">
<button style="background: transparent; border: none !important;"> </button>
<p class="titleTextMini">Достопримечательности</p>
</a>
<a href="/index.html#RestaurantsMap" style="text-decoration:none" class="hidingMenu">
<button style="background: transparent; border: none !important;"> </button>
<p class="titleTextMini">Рестораны</p>
</a>
<a href="/index.html#HotelMap" style="text-decoration:none" class="hidingMenu">
<button style="background: transparent; border: none !important;"> </button>
<p class="titleTextMini">Отели</p>
</a>
</div>
</header>