dairydemon.net/styles/eulerbooks.css

17 lines
188 B
CSS
Raw Normal View History

2025-07-27 19:53:05 +00:00
table {
width: 100%;
text-align: left;
}
caption {
font-weight: bold;
}
tbody > tr:nth-of-type(even) {
background-color: mediumturquoise;
}
tr :nth-child(1) {
text-align: right;
}