Header v1
This commit is contained in:
		| @@ -3,25 +3,16 @@ | ||||
|     } | ||||
|      | ||||
|     header{ | ||||
|         position: fixed; | ||||
|         margin: 0 auto; | ||||
|         margin: auto; | ||||
|         left: 0; | ||||
|         top: 0; | ||||
|         top: 10%; | ||||
|   | ||||
|         width: 100%; | ||||
|         z-index: 2; | ||||
|     } | ||||
|  | ||||
|     .prevHeader{ | ||||
|         width: 70%; | ||||
|         background-color:  var(--headerBoxColor); | ||||
|         overflow: hidden; | ||||
|     } | ||||
|  | ||||
|     .postHeader{ | ||||
|         height: calc(var(--boxHeight) * 0.3); | ||||
|         background-color: var(--postHeaderBoxColor); | ||||
|         border-bottom-left-radius: 1vw; | ||||
|         border-bottom-right-radius: 1vw; | ||||
|         border-radius: 2vw; | ||||
|         overflow: hidden; | ||||
|     } | ||||
|      | ||||
|     body{ | ||||
| @@ -31,7 +22,7 @@ | ||||
|     .vologdaDescription{ | ||||
|         position:relative; | ||||
|         margin: auto; | ||||
|         margin-top: 10%; | ||||
|         margin-top: 6vw; | ||||
|  | ||||
|         width: var(--blockSize); | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,3 @@ | ||||
| <header> | ||||
|     <div class="prevHeader"> | ||||
|         <p class="titleText">Вологда путешествия</p> | ||||
|     </div> | ||||
|         <div class="postHeader"></div> | ||||
|     <p class="titleText">Вологда путешествия</p> | ||||
| </header> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Петухова Ростислава
					Петухова Ростислава