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;