jk now i am

This commit is contained in:
Robert
2025-02-25 22:59:53 -06:00
committed by GitHub
parent affdd0c17f
commit 0dd74db8fc
+53
View File
@@ -80,4 +80,57 @@ body img.handle {
z-index: 3;
transform-origin: 50% calc(50% + 80px);
cursor: grab;
}
body {
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
.password_label {
font-size: 1.2em;
margin-bottom: 10px;
}
.password {
font-size: 1em;
padding: 10px;
margin-bottom: 20px;
}
.hidden {
display: none;
}
img {
width: 30px;
height: 30px;
}
img.left {
position: absolute;
left: 5px;
}
img.handle {
position: absolute;
cursor: pointer;
}
img.right {
position: absolute;
right: 5px;
}
.home-button {
position: absolute;
top: 10px;
left: 10px;
padding: 10px 20px;
font-size: 1em;
cursor: pointer;
}