Skip to content

Commit

Permalink
makin it prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose Pallava authored and Rose Pallava committed Oct 6, 2018
1 parent 09336b6 commit 98bfe41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion water_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<meta name = "viewport" content = "initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<style>
body {
background-color:#6EDEFF;
}
/* Set the size of the div element that contains the map */
#map {
height: 100%; /* The height is 400 pixels h */
Expand All @@ -16,7 +19,7 @@
</style>
</head>
<body>
<h3>Your Location, and Nearby Water Refill Stations</h3>
<h3><center><font size="6"><font face="Papyrus"><font color="0008AA"> Your Location, and Nearby Water Refill Stations</font></center></h3>
<div id="map"></div>
<script>

Expand Down

0 comments on commit 98bfe41

Please sign in to comment.