table,
th,
td {
border-top: 2px solid red;
border-right: 2px groove yellow;
border-left: 2 px dashed green;
border-bottom: 2px dotted pink;
}
table {
width: 100%;
}
th {
height: 100%;
background-color: mediumpurple;
color: mintcream;
/*warna font*/
font-family: consolas;
}