6.2: Favorites CSS
Style the whole table
table {
margin: 32px auto;
border: 1px solid black;
}

Table headers

Style the cells


Next Section
Last updated
table {
margin: 32px auto;
border: 1px solid black;
}




Last updated
th {
background-color: gray;
}td, th {
text-align: center;
padding: 10px;
border: 1px solid black;
}