| Name | Age | Sex | IQ | License Number | Expiration Date | Photo |
|---|---|---|---|---|---|---|
| Steve | 58 | M | 151 | A57839-0 | 10-20-2024 | |
| Baboo | 28 | Male | 189 | A97734-9 | 10-9-2085 | |
| Anita | 22 | Female | 164 | A23973-78 | 4-9-2099 | |
| Queenie | 225 | Ameoba | 7 | What License | today |
This is the Tables block. I have added the extra styling as seen in the code block below. Full review shortly.
.swp-table-table {
font-size: 16px;
}
tr.swp-table-odd-row td,
tr.swp-table-even-row td {
text-align: left;
height: 35px;
}
tr.swp-table-head {
height: 50px;
background-color: #fbff8e;
}
div.swp-table table.swp-table-table {
box-shadow: 0px 0px 8px #999;
-webkit-box-shadow: 0px 0px 8px #999;
-moz-box-shadow: 0px 0px 8px #999;
}
tr.swp-table-odd-row {
background-color: #3bf7f7;
}
tr.swp-table-even-row {
background-color: #fb988e;
}
tr.swp-table-odd-row:hover {
background-color: #29b7b6;
color: white;
}
tr.swp-table-even-row:hover {
background-color: #bf736b;
color: white;
}
tr.swp-table-odd-row td:first-child,
tr.swp-table-even-row td:first-child {
text-indent: 8px;
}
Tables Block from Steven Braun on Vimeo.
