Added remove and add buttons (remove bug if you remove in a row)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user