diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 { |