diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..47d2d84 --- /dev/null +++ b/style.css | |||
@@ -0,0 +1,21 @@ | |||
1 | body { | ||
2 | font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:400; font-stretch:normal; | ||
3 | } | ||
4 | |||
5 | table { | ||
6 | border-collapse: collapse; | ||
7 | margin: 25px 0; | ||
8 | font-size: 0.9em; | ||
9 | font-family: sans-serif; | ||
10 | min-width: 50%; | ||
11 | max-width: 50%; | ||
12 | box-sizing: border-box; | ||
13 | } | ||
14 | |||
15 | thead { | ||
16 | position: sticky; | ||
17 | top: 0px; | ||
18 | background-color: Canvas; | ||
19 | text-align: left; | ||
20 | } | ||
21 | |||