From a700d29a23d832d68f37ce4d3b6144c9c793b5c8 Mon Sep 17 00:00:00 2001 From: Sage The DM Date: Tue, 2 Jul 2024 10:46:09 +0200 Subject: [PATCH] Minor style changes & minor command line changes --- charackters/styles.css | 9 +++++++++ download.html | 2 +- style.css | 3 +-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/charackters/styles.css b/charackters/styles.css index 1d17f4d..9eabb0c 100644 --- a/charackters/styles.css +++ b/charackters/styles.css @@ -5,6 +5,15 @@ box-sizing: border-box; } +body{ + background: #f5f5f5 url("../assets/background.jpg") no-repeat fixed center; + background-size: cover; + display: flex; + flex-direction: column; + align-items: center; + min-height: 100vh; +} + h1, h2, h3{ diff --git a/download.html b/download.html index f709747..8d3e610 100644 --- a/download.html +++ b/download.html @@ -37,7 +37,7 @@

read through our license

-

$ cat LICENSE

+

$ less LICENSE

Move the bash console into the newly created repository

diff --git a/style.css b/style.css index 1ec7b7f..d399e06 100644 --- a/style.css +++ b/style.css @@ -10,8 +10,7 @@ /* Body styles */ body { background-color: #f9f9f9; - background: #f5f5f5 url("assets/background.jpg"); - background-repeat: no-repeat; + background: #f5f5f5 url("assets/background.jpg") no-repeat fixed center; background-size: cover; display: flex; flex-direction: column;