// Border for table with Padding
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
td, th{
padding: 6px;
}
// Border for table with Padding
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
td, th{
padding: 6px;
}