From 5a8c47e29afdbb61c32c1e03162abb1bb871ee9e Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 2 Apr 2020 21:52:04 +0200 Subject: Initial commit. --- resources/sass/_background.scss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 resources/sass/_background.scss (limited to 'resources/sass/_background.scss') diff --git a/resources/sass/_background.scss b/resources/sass/_background.scss new file mode 100644 index 0000000..452d4d2 --- /dev/null +++ b/resources/sass/_background.scss @@ -0,0 +1,26 @@ +html { + height: 100%; +} + +body { + width: 100%; + height: auto; + min-height:35rem; + background: linear-gradient(to bottom, rgba(1,1,1,.25) 0%, rgba(1,1,1,.45) 90%, rgba(2, 11, 26, 0.65) 100%), url("/img/world-bg.jpg"); + background-color: rgba(2, 11, 26, 0.65); + background-position: center; + background-repeat: no-repeat; + background-attachment: scroll; + background-size: cover; +} +.cover-container { + color: white; + max-width: 42em; +} +.cover { + padding: 0 1.5rem; +} +.cover .btn-lg { + padding: .75rem 1.25rem; + font-weight: 700; +} -- cgit v1.2.3