From d1dcd0b49010bba31e44859e0d1d76abb7fb20fc Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Tue, 15 Feb 2022 20:42:04 +0100 Subject: Initial commit - v1.0.0 --- src/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/style.css (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..cc62277 --- /dev/null +++ b/src/style.css @@ -0,0 +1,11 @@ +html { + font-family: Avenir, Helvetica, Arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-align: center; + color: #2c3e50; + margin-top: 60px; +} +td, th { + border: 1px solid black; +} -- cgit v1.3.1