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; +} + + + +