diff --git a/css/style.css b/css/style.css index 556ad37..01433c8 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/img/001-packman.png b/img/001-packman.png new file mode 100644 index 0000000..f170e78 Binary files /dev/null and b/img/001-packman.png differ diff --git a/img/002-snake.png b/img/002-snake.png new file mode 100644 index 0000000..4286b4a Binary files /dev/null and b/img/002-snake.png differ diff --git a/index.html b/index.html index cb8dd60..3d6192c 100644 --- a/index.html +++ b/index.html @@ -23,13 +23,13 @@

-
+
-
+
diff --git a/package-lock.json b/package-lock.json index 0a0da4a..0f9c834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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=" } } }