Skip to content

Commit

Permalink
Merge pull request #44 from GameSphere-MultiPlayer/revert-36-main
Browse files Browse the repository at this point in the history
Revert "Fixed Issue : placed image fetched from locally under img "
  • Loading branch information
Durgesh4993 authored May 18, 2024
2 parents 25eae22 + 55c6ce3 commit fdf563e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Binary file removed img/spaceships.png
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
text-shadow: 0 0 10px #27cfcc, 0 0 30px #27cfcc;
display: block;
width: 90%;
max-width: 90.5vh;
max-width: 61.5vh;
left: 5%;
font-weight: 300;
font-size: 18px;
font-size: 13px;
margin: 0 auto;
padding: 5px;
color: #19cfcb;
Expand Down
5 changes: 1 addition & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
color: gray;
width: 100%;
height: 100%;
background-image: url("img/spaceships.png");
background-image: url("https://github.com/GameSphere-MultiPlayer/GameSphere/assets/56786344/0de2ae58-78fd-4b15-9ed6-d39a0ea17bbd");
background-size: 800% 200%;
background-repeat: no-repeat;
background-color: black;
Expand Down Expand Up @@ -109,6 +109,3 @@ body {
background-position: 30% 50%;
}
}
#botonPlay :hover{
cursor: pointer;
}

0 comments on commit fdf563e

Please sign in to comment.