Skip to content

Commit 05d3f63

Browse files
fabiocolaciojasonm23
authored andcommitted
improve table look for screen.css
1 parent 63d30bb commit 05d3f63

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

screen.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
table {
2+
width: 100%;
3+
border-collapse: collapse;
4+
}
5+
6+
th {
7+
background-color: rgba(0,0,0,0.3);
8+
}
9+
10+
table, th, td {
11+
padding: 5px;
12+
border: 1px solid rgba(0,0,0,0.3);
13+
border-radius: 0.4em;
14+
-moz-border-radius: 0.4em;
15+
-webkit-border-radius: 0.4em;
16+
}
17+
18+
tr:nth-child(even) {
19+
background-color: rgba(0,0,0,0.3);
20+
}
21+
122
html { font-size: 62.5%; }
223
html, body { height: 100%; }
324

0 commit comments

Comments
 (0)