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

View File

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="/styles/default.css" />
<link rel="stylesheet" href="/styles/eulerbooks.css" />
<link rel="icon" href="/images/favicon.ico" />
<title>Eulerbooks</title>
</head>

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;
}