Last active
September 29, 2017 08:55
-
-
Save bluvertigo/55486ff18e343da629f6 to your computer and use it in GitHub Desktop.
Google Maps - Carica la mappa tramite le API di google maps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.map-container { | |
border: 1px solid #4A2D2C; | |
padding: 0px 1px 0px 0px; | |
background: white; } | |
</style> | |
<div class="map-container"><div id="map_canvas" style="width:100%; height:350px;" ></div></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment