From 33a9e62cea22afe497537bcaafd37455f839b514 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 21 Feb 2016 16:56:41 +0100 Subject: Preparing/ testing topbar background image, yet postponing implementation. --- test.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'test.scss') diff --git a/test.scss b/test.scss index 8099199..8b5093c 100644 --- a/test.scss +++ b/test.scss @@ -1,6 +1,20 @@ @import 'h5bp/helpers'; @import 'compass/css3'; +.topbar ul { + display: block; + float: right; + margin-right: 2%; + position: absolute; + bottom: 0; +} + +.topbar ul li { + background-color: lightblue; + padding: 1em; + margin: 0 0.2em; +} + #content { width: 96%; max-width: none; -- cgit v1.2.3