Skip to content

Commit

Permalink
Fix (center) positioning of main background image
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyky committed Oct 27, 2024
1 parent 0e13f8c commit d49b888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ html, body {
body {
background-image: url("../images/keem_achill.jpg");
background-repeat:no-repeat;
background-position: center;
background-color: black;
background-size: cover;
overflow: scroll;
Expand Down
2 changes: 1 addition & 1 deletion today_i_learned.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li class="header">|</li>
<li class="header"><a href="./index.html">My Home</a></li>
</ul>
<!-- <hr> -->
<hr>
<br>
</header>

Expand Down

0 comments on commit d49b888

Please sign in to comment.