Random pictures using JS

Random pilti näitamine


Vali Vesi Tuli Maa Õhk Vastus:
Summa:

Saia kalkulaator

Vali mida tahad süüa: Summa:




Vali… Järele Kuller
.table1-style, .table1-style th, .table1-style td, .table1-style tr { width: 50%; border: 1px solid black; border-collapse: collapse; } #saiPilt { width: 300px; margin: 10px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); } .table2-style, .table2-style tr, .table2-style th, .table2-style td { border: 2px solid orangered; border-collapse: collapse; } .table2-style th, .table2-style td { text-align: center; width: 150px; padding: 10px; } input[type=’number’] { padding: 5px; text-align: center; font-size: large; color: white; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); border: none; border-radius: 10px; background-color: orangered; cursor: pointer; } input[type=’radio’], input[type=’radio’] + label { cursor: pointer; transition: color 0.2s; } input[type=’radio’]:hover, input[type=’radio’] + label:hover { color: orangered; } select { padding: 5px; text-align: center; font-size: large; color: white; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); border: none; border-radius: 10px; background-color: orangered; cursor: pointer; }