I'm writing an online Monty Hall game using python and flask. I'm trying to arrange my three 'doors' (options in a select form) side by side, opposed to the usual drop-down format.
I have already tried doing this by giving them the float right and float left in css, however this is not working.
All of my code is in this repl.it.
In the end the pickDoor.html
page should look like:
[A][B][C]
Opposed to:
[choose a door]
[A]
[B]
[C]