From 901a17ec341779e3df3e05413c5dbf5f0516d6bf Mon Sep 17 00:00:00 2001 From: Val-254 Date: Wed, 26 Oct 2022 07:21:51 +0300 Subject: [PATCH] Deleted json and php(they were of no use) , then changed abit of my footer styling (internal CSS). --- compose.json | 1 - home.php | 1 - index.html | 65 ++++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 56 insertions(+), 11 deletions(-) delete mode 100644 compose.json delete mode 100644 home.php diff --git a/compose.json b/compose.json deleted file mode 100644 index 9e26dfe..0000000 --- a/compose.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/home.php b/home.php deleted file mode 100644 index df8c417..0000000 --- a/home.php +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/index.html b/index.html index 7a38c20..0b6b4b5 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,35 @@ Kiambu +

My First Web Map

@@ -29,17 +58,12 @@

My First Web Map

color:rgb(217, 15, 116); text-align: center; padding: 0.1em; - background-color:white ; + background-color:black ; + margin-bottom: 3px; } #map{ height: 600px; } - footer{ - background: black; - } - .footer-col{ - padding-right: 30%; - } @@ -54,7 +78,30 @@

My First Web Map

marker.bindPopup("Find Me
I'm here.").openPopup(); -