From 2397b8f238aec04c44218bd7ba771f18c086a1f7 Mon Sep 17 00:00:00 2001 From: bmatt Date: Sun, 10 Apr 2016 21:46:13 -0400 Subject: [PATCH] added starting css --- css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..30562e5 --- /dev/null +++ b/css/style.css @@ -0,0 +1,10 @@ +.title, .text { + text-align: center; + font-family: -apple-system, 'BlinkyMacSystemFont', 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +hr { + border: 0; + height: 1px; + background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); +} \ No newline at end of file