Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
table {
border-collapse: collapse;
}
td {
background-color: rgba(0, 255, 0, 0.5);
margin-bottom: 10px;
height: 100px;
width:100px;
border-radius: 50px;
}
</style>
<table>
<tr>
<td></td>
</tr>
</table>