2:48
This commit is contained in:
@@ -2,11 +2,25 @@
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.buttonTop {
|
||||
place-self:end;
|
||||
position:sticky;
|
||||
bottom:1vw;
|
||||
margin-top:100vh;
|
||||
margin-left: 85%;
|
||||
|
||||
text-decoration: none;
|
||||
padding: 1vw;
|
||||
background: var(--vologdaBoxColor);
|
||||
border-radius: 2vw;
|
||||
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
header{
|
||||
margin: auto;
|
||||
left: 0;
|
||||
|
||||
z-index: 2;
|
||||
width: var(--headFootBoxWhight);
|
||||
background-color: var(--headerBoxColor);
|
||||
|
||||
@@ -134,6 +148,10 @@
|
||||
--defaultBoxWhight: 90%;
|
||||
--headFootBoxWhight: 95%;
|
||||
}
|
||||
|
||||
.buttonTop {
|
||||
Display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
|
||||
Reference in New Issue
Block a user