From 780a33c55bb1b86977c2cbe6b4768bc00faa7c2a Mon Sep 17 00:00:00 2001 From: konk22 <61495394+konk22@users.noreply.github.com> Date: Sun, 4 Aug 2024 23:47:43 +0300 Subject: [PATCH] styles.css for incrtuctions.html --- py-kms/static/css/styles.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 py-kms/static/css/styles.css diff --git a/py-kms/static/css/styles.css b/py-kms/static/css/styles.css new file mode 100644 index 0000000..3019547 --- /dev/null +++ b/py-kms/static/css/styles.css @@ -0,0 +1,32 @@ +/* styles.css */ + +/* Styles for the scroll-to-top button */ +.scroll-to-top { + position: fixed; + bottom: 1em; + right: 1em; + background-color: #3273dc; + color: white; + border: none; + border-radius: 50%; + width: 40px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + font-size: 20px; + cursor: pointer; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); + transition: background-color 0.3s; +} + +.dynamic-width-block { + width: 50%; + margin-left: 0; + padding: 20px; + box-sizing: border-box; +} + + + +