Home buttons and RPS hotfix

This commit is contained in:
2024-08-20 22:48:32 +02:00
parent a8e196f8ec
commit 3b939ca612
9 changed files with 59 additions and 3 deletions

View File

@@ -13,6 +13,17 @@ body{
color: #fff;
text-align: center;
}
#home{
position: fixed;
right: 0;
bottom: 0;
height: 50px;
width: 50px;
border-radius: 25px 0 0 0;
background: #555;
}
img{
width: 100px;
height: 100px;