mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-07-22 17:55:54 +02:00
styles.css for incrtuctions.html
This commit is contained in:
parent
f3c3f2b398
commit
780a33c55b
1 changed files with 32 additions and 0 deletions
32
py-kms/static/css/styles.css
Normal file
32
py-kms/static/css/styles.css
Normal file
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue