diff --git a/Css-Files/input.css b/Css-Files/input.css index 7f7c1d8e..0bc5cdc1 100644 --- a/Css-Files/input.css +++ b/Css-Files/input.css @@ -105,6 +105,9 @@ body { border-radius: 5px; font-size: 20px; } +.text input::placeholder{ + text-align: center; +} .text button { width: 25%; height: 50px; diff --git a/Css-Files/map.css b/Css-Files/map.css index 3ca5f812..c7799c3e 100644 --- a/Css-Files/map.css +++ b/Css-Files/map.css @@ -1,16 +1,23 @@ -body{ +body { overflow-x: hidden; overflow-y: hidden; height: 100vh; width: 100vw; + margin: 0; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } -#map{ - height:90%; + +#map { + height: 90%; + width: 100%; } -h3{ + +.tag { + height: 10%; + width: 100%; display: flex; justify-content: center; align-items: center; - font-size: large; - font-weight: 500; -} \ No newline at end of file + font-size: 30px; + font-weight: bold; +} diff --git a/Html-Files/map.html b/Html-Files/map.html index 39a7b33b..5388a99f 100644 --- a/Html-Files/map.html +++ b/Html-Files/map.html @@ -12,8 +12,7 @@ Document -

Healthcares Nearby

- +
Healthcares Nearby