Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <div id="content">
  2.  
  3. <form action="" name="form">
  4. <table>
  5. <tr>
  6. <th>団子</th>
  7. <th>おしるこ</th>
  8. <th>おはぎ</th>
  9. </tr>
  10. <tr>
  11. <td>
  12. <label for="dango" class="topcoat-switch">
  13. <input type="radio"name="which" class="topcoat-switch__input" value="団子" id="dango">
  14. <div class="topcoat-switch__toggle"></div>
  15. </label>
  16. </td>
  17. <td>
  18. <label for="oshiruko" class="topcoat-switch">
  19. <input type="radio"name="which" class="topcoat-switch__input" value="おしるこ" id="oshiruko">
  20. <div class="topcoat-switch__toggle"></div>
  21. </label>
  22. </td>
  23. <td>
  24. <label for="ohagi" class="topcoat-switch">
  25. <input type="radio"name="which" class="topcoat-switch__input" value="おはぎ" id="ohagi">
  26. <div class="topcoat-switch__toggle"></div>
  27. </label>
  28. </td>
  29. </tr>
  30. </table>
  31. </form>
  32. <button class="topcoat-button--large" id="push">Button</button>
  33.  
  34. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement