adding tr margin bottom code example
Example 1: adding tr margin bottom
tr{
display: flex;
margin-bottom: 10px;
}
th{
width: 100%;
}
Example 2: css margin bottom
.yourClass {
margin-bottom: 25px;
}
tr{
display: flex;
margin-bottom: 10px;
}
th{
width: 100%;
}
.yourClass {
margin-bottom: 25px;
}