Skip to content

Commit

Permalink
additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar1397 committed Jun 18, 2024
1 parent 8025e05 commit 9e4f06b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Css-Files/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ body {
border-radius: 5px;
font-size: 20px;
}
.text input::placeholder{
text-align: center;
}
.text button {
width: 25%;
height: 50px;
Expand Down
21 changes: 14 additions & 7 deletions Css-Files/map.css
Original file line number Diff line number Diff line change
@@ -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;
}
font-size: 30px;
font-weight: bold;
}
3 changes: 1 addition & 2 deletions Html-Files/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<title>Document</title>
</head>
<body>
<h3> Healthcares Nearby</h3>

<div class="tag">Healthcares Nearby</div>
<div id="map"></div>
</body>
<script>
Expand Down

0 comments on commit 9e4f06b

Please sign in to comment.