style table

This commit is contained in:
filifa
2025-07-27 15:53:05 -04:00
parent cc26ae50b7
commit 9440d58125
2 changed files with 17 additions and 0 deletions

16
styles/eulerbooks.css Normal file
View File

@@ -0,0 +1,16 @@
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;
}