Files
dairydemon.net/styles/eulerbooks.css

25 lines
256 B
CSS
Raw Normal View History

2025-07-27 15:53:05 -04: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;
}
2025-07-27 16:08:22 -04:00
tr :nth-child(4) {
width: 20%;
}
2025-07-27 16:39:18 -04:00
#euler-badge {
float: right;
}