This commit is contained in:
Frog-Lover-Antony
2023-11-01 00:55:30 +03:00
8 changed files with 56 additions and 117 deletions

View File

@@ -5,7 +5,6 @@
header{
margin: auto;
left: 0;
top: 10%;
z-index: 2;
width: var(--headFootBoxWhight);
@@ -20,6 +19,7 @@
body{
background-color: var(--bodyBoxColor);
background-image: url('/style/background.png');
backdrop-filter: blur(2px);
}
.vologdaDescription{
@@ -102,18 +102,14 @@
--boxHeight: 3.1vw;
--defaultBoxWhight: 750px;
--headFootBoxWhight: 900px;
--vologdaBoxColor: rgb(177, 250, 250);
--headFootBoxWhight: 950px;
--headerBoxColor:rgb(177, 250, 250);
--postHeaderBoxColor:rgb(175, 238, 238);
--headerBoxColor:rgb(173, 32, 43);
--bodyBoxColor:rgb(255, 255, 255);
--vologdaBoxColor: rgb(173, 32, 43);
}