table, td, th {
  border: 1px solid blueviolet;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  height: 100px;

  }
  
table {
  width: 50%;
  table-layout: fixed;
}

body {
  background-color: lightblue;
}