summaryrefslogtreecommitdiff
path: root/test.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 /test.scss
parentd7b3296cc6f6ccf59306e44d83e7f2f330b53504 (diff)
Preparing/ testing topbar background image, yet postponing implementation.
Diffstat (limited to 'test.scss')
-rw-r--r--test.scss14
1 files changed, 14 insertions, 0 deletions
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;