add help button in right corner

This commit is contained in:
Jan-Lukas Pagel 2023-03-21 11:32:00 +01:00
parent d01c3ecab2
commit ec97706d2c

View File

@ -30,3 +30,23 @@ h1 {
border-radius: 5px;
padding: 5px 10px 5px 10px;
}
#help-div {
z-index: 10;
position: fixed;
bottom: -4px;
right: 10px;
}
#help {
margin-bottom: 10px;
background-color: aqua;
border-radius: 100%;
width: 60px;
height: 60px;
text-align: center;
}
#help .material-symbols-outlined {
font-size: 40px;
}