summaryrefslogtreecommitdiff
path: root/resources/sass/_background.scss
diff options
context:
space:
mode:
authorhorus2020-04-02 21:52:04 +0200
committerhorus2020-04-02 21:52:04 +0200
commit5a8c47e29afdbb61c32c1e03162abb1bb871ee9e (patch)
tree19cd2e0c48119a703306a71df813d07666289e8f /resources/sass/_background.scss
downloadcurious-5a8c47e29afdbb61c32c1e03162abb1bb871ee9e.tar.gz
Initial commit.
Diffstat (limited to 'resources/sass/_background.scss')
-rw-r--r--resources/sass/_background.scss26
1 files changed, 26 insertions, 0 deletions
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;
+}