Foundation HTML5 with CSS3

(Steven Felgate) #1

Chapter 7



$6,438.41



Listing 7-26. CSS for styling the table and its caption from Listing 7-25


table {
width: 600px;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
border-collapse: separate;
border-spacing: 5px;
table-layout: auto;
}


caption {
background: #444;
caption-side: top;
color: #fff;
font-weight: bold;
line-height: 1.4;
margin: 0 5px;
padding: 15px;
}


caption h2 {
font-size: 20px;
margin: 0 0 10px 0;
}


caption p {
font-size: 16px;
margin: 0;
}


thead th,
tfoot th,
tfoot td {
background: #eee;
}


th,
td {
padding: 10px;
}


thead th:first-child {
text-align: left;
}


tbody th,

Free download pdf