style table
This commit is contained in:
16
styles/eulerbooks.css
Normal file
16
styles/eulerbooks.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user