From 9257e7205af07b823c79ec391cc942995f22fc40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=83=D1=85=D0=BE=D0=B2=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=D0=B0?= Date: Wed, 1 Nov 2023 02:48:07 +0300 Subject: [PATCH] 2:48 --- site/index.html | 5 ++++- site/style/background.css | 20 +++++++++++++++++++- site/style/footer.html | 2 +- site/style/textFont.css | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/site/index.html b/site/index.html index 813cd9e..ea2063a 100644 --- a/site/index.html +++ b/site/index.html @@ -19,7 +19,7 @@ - +
@@ -59,6 +59,9 @@
+ + Вверх! + diff --git a/site/style/background.css b/site/style/background.css index 1e978cb..5ef5b10 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -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) { diff --git a/site/style/footer.html b/site/style/footer.html index 6e31505..6a8df24 100644 --- a/site/style/footer.html +++ b/site/style/footer.html @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/site/style/textFont.css b/site/style/textFont.css index 72e032b..4966281 100644 --- a/site/style/textFont.css +++ b/site/style/textFont.css @@ -61,7 +61,7 @@ .miniText { font-size: calc(var(--textSize) * 0.9); - font-family: 'Sometype Mono', monospace; + font-family: 'Tsarevich-Regular'; color: rgb(255, 255, 255); }