Skip to content

Commit

Permalink
background image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Leaxlang committed Apr 1, 2024
1 parent 150a6d3 commit 60e9d1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ img {
border-radius: 4px;
}

body{
background-color: #000;
background-image: url('../images/background.gif');
background-size: cover;
background-position: center;
}

/*
* --------------------------------------------------
* components/Aside
Expand Down

0 comments on commit 60e9d1e

Please sign in to comment.