diff --git a/README.md b/README.md index 383e18d..8484949 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,7 @@ ### ToDo per versione 0.6 - [x] Cancellare dati file picker del form[[commit 9b8c376c53](https://git.lattuga.net/scossa/ruscomap/commit/9b8c376c53f9f52a0ae2cbfb186769a4ca1cd1e0)] -- [ ] Pop-Up all'apertura di ruscomap con descrizione breve -- [ ] Scrivere il tutorial utente di ruscomap - - [ ] Creare pagina tutorial - - [ ] Link alla pagina del tutorial nel PopUp iniziale +- [x] Pop-Up all'apertura di ruscomap con descrizione breve ### ToDo per versione 0.7 diff --git a/public/css/map.css b/public/css/map.css index b2eb760..61dd5e9 100644 --- a/public/css/map.css +++ b/public/css/map.css @@ -154,4 +154,30 @@ .leaflet-popup-content-wrapper { text-align: center; - } \ No newline at end of file + } + + +/*POPUP INZIALE*/ + + .popup { + display: flex; /* Hidden by default */ + position: fixed; + top: 75%; + left: 50%; + transform: translate(-50%, -50%); + background-color: white; + border: 1px solid #000000; + padding: 20px; + z-index: 1000; + text-align: cemter; + } + + /* .popup img { + max-width: 100%; + height: auto; + } */ + +#popupstart { + height: 40px; + text-align: center; +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 24580c4..0553c64 100644 --- a/public/index.html +++ b/public/index.html @@ -58,6 +58,26 @@ document.getElementById("addMarkerBtn").innerHTML = 'Button Image'; + + + + +