Skip to content

Instantly share code, notes, and snippets.

@designer-polymer
Created April 7, 2014 21:08
Show Gist options
  • Select an option

  • Save designer-polymer/10056399 to your computer and use it in GitHub Desktop.

Select an option

Save designer-polymer/10056399 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../google-map/google-map.html">
<style>
#google_map {
width: 400px;
height: 400px;
display: block;
position: absolute;
left: 250px;
top: 240px;
}
</style>
<google-map latitude="37.77493" longitude="-122.41942" zoom="10" id="google_map"></google-map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment