style table
This commit is contained in:
parent
cc26ae50b7
commit
9440d58125
|
@ -4,6 +4,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
<link rel="stylesheet" href="/styles/default.css" />
|
<link rel="stylesheet" href="/styles/default.css" />
|
||||||
|
<link rel="stylesheet" href="/styles/eulerbooks.css" />
|
||||||
<link rel="icon" href="/images/favicon.ico" />
|
<link rel="icon" href="/images/favicon.ico" />
|
||||||
<title>Eulerbooks</title>
|
<title>Eulerbooks</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue