fix icons
This commit is contained in:
parent
71c214561a
commit
9be0ee4ef9
@ -63,13 +63,13 @@ h1 {
|
||||
left: 17rem;
|
||||
}
|
||||
|
||||
#police-building {
|
||||
#snake {
|
||||
position: absolute;
|
||||
top: 20rem;
|
||||
left: 17rem;
|
||||
}
|
||||
|
||||
#cinema-building {
|
||||
#packman {
|
||||
position: absolute;
|
||||
top: 17rem;
|
||||
left: 54.5rem;
|
||||
|
BIN
img/001-packman.png
Normal file
BIN
img/001-packman.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
img/002-snake.png
Normal file
BIN
img/002-snake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -23,13 +23,13 @@
|
||||
</p>
|
||||
</div>
|
||||
<a href="snake.html" class="active">
|
||||
<div id="police-building" class="building"><img src="img/006-police.png"></div>
|
||||
<div id="snake" class="building"><img src="img/002-snake.png"></div>
|
||||
</a>
|
||||
<a href="page1.html" class="active">
|
||||
<div id="station-building" class="building"><img src="img/002-station.png"></div>
|
||||
</a>
|
||||
<a href="page1.html" class="active">
|
||||
<div id="cinema-building" class="building"><img src="img/003-cinema.png"></div>
|
||||
<div id="packman" class="building"><img src="img/001-packman.png"></div>
|
||||
</a>
|
||||
<a href="page1.html" class="active">
|
||||
<div id="burguer-building" class="building"><img src="img/004-burguer.png"></div>
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -7,10 +7,10 @@
|
||||
"resolved": "https://registry.npmjs.org/get-form-data/-/get-form-data-2.0.0.tgz",
|
||||
"integrity": "sha512-YUpw0aTWeGliifqMYrTohe/YdqVmKLmaNwuscd2WlRNGfba57JHGuuvvv2c6LiZdFys285POVWANTh6SqcwFag=="
|
||||
},
|
||||
"local-storage-library": {
|
||||
"version": "1.2.5",
|
||||
"resolved": "https://registry.npmjs.org/local-storage-library/-/local-storage-library-1.2.5.tgz",
|
||||
"integrity": "sha1-UtDZf8jD+ytC/bxMMLuNwd5IQHg="
|
||||
"local-storage": {
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/local-storage/-/local-storage-1.4.2.tgz",
|
||||
"integrity": "sha1-fsLT+38eqRqFsWDTp4UFj4e/v6U="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user