Vormid

Muusika ankeet


Vali rühm






Millist muusika sa kuulad?







1 tund 2 tund pool päev o tundi24 tundi






body{ font-family: Calibri, Serif; background-color: bisque; } input[type=text]{ width: 30%; padding: 10px; margin: 5px; box-sizing: border-box; border-bottom: 1px solid cadetblue; border-radius: 30px; background-color: whitesmoke; color: darkslategrey; } input[type=radio]:checked + label { padding: 10px; background-color: cornflowerblue; box-sizing: border-box; font-size: 16px; } select{ width: 30%; padding: 10px; margin: 5px; box-sizing: border-box; border-bottom: 1px solid cadetblue; border-radius: 30px; background-color: whitesmoke; color: darkslategrey; cursor: pointer; } input[type=reset], input[type=button]{ width: 30%; padding: 10px; margin: 5px; box-sizing: border-box; border-bottom: 1px solid cadetblue; border-radius: 30px; background-color: whitesmoke; color: darkslategrey; } body{ font-family: Georgia, serif; background-color: grey; } input[type=text]{ width: 100% !important; padding: 40px; box-sizing: border-box; border-bottom: 3px solid peachpuff; border-radius: 12px; background-color: orchid; color: black; } input[type=radio]:checked{ padding: 20px; background-color: pink; box-sizing: border-box; font-size: medium; } select{ width: 100%; padding: 10px; margin: 5px; box-sizing: border-box; border-bottom: 3px solid black; border-radius: 20px; background-color: azure; color: cornflowerblue; cursor: pointer; } input[type=reset], input[type=button]{ padding: 10px; margin: 5px; box-sizing: border-box; border: 1px solid azure; border-radius: 12px; background-color: azure; cursor: pointer; width: 100%; } table{ width: 50%; padding: 10px; border-collapse: collapse; border: 1px solid azure; margin: 5px; }