foundation-sites-5
Version:
**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**
17 lines (13 loc) • 342 B
HTML
---
layout: false
---
<style type="text/css">
/* Set a size for our map container, the Google Map will take up 100% of this container */
#map {
width: 100%;
height: 400px;
}
</style>
<!-- The element that will contain our Google Map. This is used in both the Javascript and CSS above. -->
<div id="map">
</div>