Add hotels button
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| <footer> | ||||
|     <div class="prevFooter"></div> | ||||
|     <div class = "postFooter">  | ||||
|         <p class="miniText"> ©Defectum studio 2023-2023</p>  | ||||
|     </div> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Петухова Ростислава
					Петухова Ростислава