Skip to content

Commit

Permalink
add background
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenAbra committed Oct 27, 2023
1 parent d333537 commit 0c2e9ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/background.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ body::before {
position: fixed;
top: 0;
left: 0;
width: 200%;
height: 200%;
width: 100%;
height: 100%;
z-index: -1;
background: url('/Users/alyssa-allenabrams/Game-1/images/28256.jpg') no-repeat center center fixed;
background-size: cover;
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ layout: default
title: Student Blog
---

![Pac-ManForest](' /Users/alyssa-allenabrams/Game-1/images/canvas_grid.jpeg' )
![Pac-ManForest]('images/canvas_grid.jpeg')

0 comments on commit 0c2e9ea

Please sign in to comment.