1324524-ref.html 265 B

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