2:48
This commit is contained in:
@@ -59,6 +59,9 @@
|
|||||||
<!--FOOTER-->
|
<!--FOOTER-->
|
||||||
<div w3-include-html="/style/footer.html"></div>
|
<div w3-include-html="/style/footer.html"></div>
|
||||||
|
|
||||||
|
<!--BUTTON TOP-->
|
||||||
|
<a href="#" class="buttonTop miniText">Вверх!</a>
|
||||||
|
|
||||||
<!-- load all included html pages -->
|
<!-- load all included html pages -->
|
||||||
<script>includeHTML();</script>
|
<script>includeHTML();</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -2,11 +2,25 @@
|
|||||||
scroll-behavior: smooth;
|
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{
|
header{
|
||||||
margin: auto;
|
margin: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
z-index: 2;
|
|
||||||
width: var(--headFootBoxWhight);
|
width: var(--headFootBoxWhight);
|
||||||
background-color: var(--headerBoxColor);
|
background-color: var(--headerBoxColor);
|
||||||
|
|
||||||
@@ -134,6 +148,10 @@
|
|||||||
--defaultBoxWhight: 90%;
|
--defaultBoxWhight: 90%;
|
||||||
--headFootBoxWhight: 95%;
|
--headFootBoxWhight: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttonTop {
|
||||||
|
Display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div class="prevFooter"></div>
|
<div class="prevFooter"></div>
|
||||||
<div class = "postFooter">
|
<div class = "postFooter">
|
||||||
<p class="miniText"> ©Defectum studio</p>
|
<p class="miniText"> ©Defectum studio 2023-2023</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
.miniText {
|
.miniText {
|
||||||
font-size: calc(var(--textSize) * 0.9);
|
font-size: calc(var(--textSize) * 0.9);
|
||||||
font-family: 'Sometype Mono', monospace;
|
font-family: 'Tsarevich-Regular';
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user