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. --- style.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 6aaba04..b9132b6 100644 --- a/style.scss +++ b/style.scss @@ -160,6 +160,18 @@ body { text-align: center; text-transform: uppercase; letter-spacing: 1px; +// position: absolute; + top: 0; +// right: 0; +} + +//styling of background image.// +.topbar .imgframe { + @extend .topbar; + position: absolute; + top: 0; + width: 100%; + z-index: -1; } .topbar p { -- cgit v1.2.3