fix path images
This commit is contained in:
parent
6527c87227
commit
4fa09eb281
2 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<img src="./images/logo.png" alt="" class="logo-img" />
|
||||
<br />
|
||||
<button id="start-button">Start Game</button>
|
||||
<p>Use the arrows keys to move and spacebar to shoot, try survive if you are able.</p>
|
||||
<h2>Use the arrows keys to move and spacebar to shoot, try survive if you are able.</h2>
|
||||
<img src="./images/arrows.png" />
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ body {
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url(./img/background-start.jpg);
|
||||
background-image: url(./images/background-start.jpg);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
opacity: 0.7;
|
||||
|
|
@ -52,7 +52,7 @@ body button {
|
|||
position: absolute;
|
||||
left: 20px;
|
||||
bottom: 5 0%;
|
||||
width: 75px; /* Aumenta o tamanho do atirador */
|
||||
width: 75px;
|
||||
height: auto;
|
||||
}
|
||||
.bullet {
|
||||
|
|
@ -68,5 +68,5 @@ body button {
|
|||
right: 0;
|
||||
bottom: 50%;
|
||||
transform: scaleX(-1);
|
||||
/*background-color: green;*/
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue