Skip to content

Commit

Permalink
Se actualizo el archivo style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mateodevcode committed Aug 9, 2024
1 parent e7f1e60 commit f91e8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ body {
display: grid;
place-content: center;
height: 100vh;
background: url('/tetriss.jpg') no-repeat center center/cover;
background: url('tetriss.jpg') no-repeat center center/cover;
}


section {
position: absolute;
background: url('/tetris.jpg') no-repeat center center/cover;
background: url('tetris.jpg') no-repeat center center/cover;
width: 100vw;
height: 100vh;
top: 0;
Expand Down

0 comments on commit f91e8b7

Please sign in to comment.