how to add top bottom padding in one line code example
Example: adding tr margin bottom
tr{
display: flex;
margin-bottom: 10px;
}
th{
width: 100%;
}
tr{
display: flex;
margin-bottom: 10px;
}
th{
width: 100%;
}