13 lines
161 B
CSS
13 lines
161 B
CSS
table {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
th, td {
|
|
width: 50%;
|
|
padding: 5px;
|
|
text-align: left;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
tr:hover {background-color:#f5f5f5;}
|