We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d30bb commit 05d3f63Copy full SHA for 05d3f63
screen.css
@@ -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
20
21
22
html { font-size: 62.5%; }
23
html, body { height: 100%; }
24
0 commit comments