Minor style changes & minor command line changes

This commit is contained in:
Sage The DM 2024-07-02 10:46:09 +02:00
parent da00969395
commit a700d29a23
3 changed files with 11 additions and 3 deletions

View file

@ -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{

View file

@ -37,7 +37,7 @@
<section id="section4">
<h1>read through our license</h1>
<p class="code-box">$ cat LICENSE</p>
<p class="code-box">$ less LICENSE</p>
<p>Move the bash console into the newly created repository</p>
</section>
</article>

View file

@ -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;