1324524.html 277 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <style>
  3. table {
  4. border-collapse: collapse;
  5. }
  6. td {
  7. background-color: rgb(0, 255, 0);
  8. margin-bottom: 10px;
  9. height: 100px;
  10. width:100px;
  11. border-radius: 50px;
  12. opacity: 0.5;
  13. }
  14. </style>
  15. <table>
  16. <tr>
  17. <td></td>
  18. </tr>
  19. </table>