Base de carte et de recherche de lieu
This commit is contained in:
commit
1f8f93b411
19 changed files with 30054 additions and 0 deletions
18
css/style.css
Normal file
18
css/style.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
body, html {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#map {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#search-section {
|
||||
margin-left: 50px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue