From 3fb86482404e11942cd83c3500a297a3991db0e4 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 13 Sep 2017 16:28:53 +0200 Subject: Restructure project --- public/stylesheets/hello.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 public/stylesheets/hello.css (limited to 'public/stylesheets/hello.css') diff --git a/public/stylesheets/hello.css b/public/stylesheets/hello.css deleted file mode 100644 index edcbc92..0000000 --- a/public/stylesheets/hello.css +++ /dev/null @@ -1,23 +0,0 @@ -* { - box-sizing: border-box; -} - -html, body { - margin: 0; - font-family: 'Roboto', sans-serif; - display: flex; - flex-direction: column; - justify-content: center; - text-align: center; - width: 100vw; - height: 100vh; - color: gray; -} - -.ideas { - font-size: 0.8em; -} - -a { - color: #3f51b5; -} -- cgit v1.1