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 9661774..d399e06 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,8 @@ /* Body styles */ body { background-color: #f9f9f9; - background: #f5f5f5 url("assets/background.jpg") no-repeat center fixed; + background: #f5f5f5 url("assets/background.jpg") no-repeat fixed center; + background-size: cover; display: flex; flex-direction: column; align-items: center;