Add hotels button

This commit is contained in:
Петухова Ростислава
2023-11-06 21:18:25 +03:00
parent 4e8711d3dd
commit 0ed1189eae
11 changed files with 72 additions and 8 deletions

View File

@@ -106,6 +106,22 @@
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
.button-background{
position:relative;
margin: auto;
margin-top: calc(var(--boxHeight) * 1.5);
width: calc(var(--headFootBoxWhight)/2);
background-color: var(--headerBoxColor);
border-radius: 2em;
text-align: center;
overflow: hidden;
box-shadow: 0 0 1em rgba(0,0,0,0.7);
}
footer{
position:relative;
margin: auto;

View File

@@ -1,5 +1,4 @@
<footer>
<div class="prevFooter"></div>
<div class = "postFooter">
<p class="miniText"> ©Defectum studio 2023-2023</p>
</div>

View File

@@ -6,11 +6,6 @@
</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>