Base de carte et de recherche de lieu

This commit is contained in:
EpicKiwi 2026-02-04 23:14:42 +01:00
commit 1f8f93b411
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
19 changed files with 30054 additions and 0 deletions

18
css/style.css Normal file
View 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;
}