node-mongo-demo
node.js and mongodb demo
git clone https://9o.is/git/node-mongo-demo.git
index.css
(221B)
1 body {
2 background-color: #e9e9e9;
3 }
4
5 table {
6 width: 100%;
7 border-collapse: collapse;
8 }
9
10 th, td {
11 padding: 2px;
12 text-align: center;
13 }
14
15 tbody > tr:first-child {
16 background-color: rgb(190, 250, 230);
17 }