Added remove and add buttons (remove bug if you remove in a row)

This commit is contained in:
2025-06-11 12:17:56 +02:00
parent c62f070e39
commit 33d1f1871a
4 changed files with 192 additions and 37 deletions
@@ -1,3 +1,22 @@
main h1 input, main h1 span{
font-size: 30pt;
font-weight: bold;
color: teal;
}
main h1 button{
width: 7em;
}
main .buttonbar button{
width: 7em;
}
main .buttonbar {
display: flex;
flex-direction: row;
}
ol#questions-list {
display: table;
border-spacing: 2px;
+1 -1
View File
@@ -44,13 +44,13 @@ nav .navbar .menu{
}
main{
display: flex;
height: 100vh;
width: 100%;
align-items: center;
justify-content: center;
color: #96c7e8;
font-size: 24px;
flex-direction: column;
margin-top: 75px;
}
.button a{
position: fixed;