summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-02-21 16:56:41 +0100
committerSiri Reiter <siri@jones.dk>2016-02-21 17:02:18 +0100
commit33a9e62cea22afe497537bcaafd37455f839b514 (patch)
treeba4cb6e8c84245cdfcdc3d55eb5b367259fc8ebd /style.scss
parentd7b3296cc6f6ccf59306e44d83e7f2f330b53504 (diff)
Preparing/ testing topbar background image, yet postponing implementation.
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss12
1 files changed, 12 insertions, 0 deletions
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 {