This commit is contained in:
s434585 2018-01-16 15:40:42 +01:00
commit 6c9ce7a7f1
5 changed files with 8 additions and 8 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
img/002-snake.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -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
View File

@ -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="
}
}
}