From 1789955d8c66141d9f95f0b9acd5f354701dfad5 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 8 Mar 2015 00:08:18 +0100 Subject: Curren version of the webpage --- style/header.less | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 style/header.less (limited to 'style/header.less') diff --git a/style/header.less b/style/header.less new file mode 100644 index 0000000..9e35e35 --- /dev/null +++ b/style/header.less @@ -0,0 +1,32 @@ +header { + nav { + ul { + float: right; + display: inline-block; + } + + ul li { + display: inline-block; + + a { + padding: 0.5em 1em; + } + + a:hover { + color: white; + background-color: crimson; + text-decoration: none; + } + } + + } + + h1 { + float: left; + font-weight: normal; + text-transform: uppercase; + color: gray; + margin: 0; + } +} + -- cgit v1.2.3