*{
   margin:0%;
   padding:0%;
   /* box_sizing: border-box; */
}
html,body{
   height: 100%;
   width: 100%;
}
td{
    width: 100px;
    height: 100px;
}
#me{
    background-color: blueviolet;
}
#my{
    background-color:rgb(136, 209, 220);
}
#one{
    background-color: blue;
}