From 9a4837f1630912906937e324ce7497414b5d4254 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 24 Jul 2017 11:43:51 +0200 Subject: Add navbar to projects page --- src/index.sass | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/index.sass (limited to 'src/index.sass') diff --git a/src/index.sass b/src/index.sass new file mode 100644 index 00000000..1ea3b0c5 --- /dev/null +++ b/src/index.sass @@ -0,0 +1,12 @@ +body + margin: 0 + padding: 0 + width: 100% + height: 100% + + font-family: Helvetica, Verdana, sans-serif + overflow: hidden + background: #eee + +a, a:hover + text-decoration: none -- cgit v1.2.3