Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <div id="map-canvas" class="map">
  2. <button class="center__map__button" onclick="centraMapa()">CENTRAR</button>
  3. </div>
  4.  
  5. .map {
  6. min-height: 100%;
  7. position: relative;
  8. }
  9.  
  10. .center__map__button {
  11. position:absolute;
  12. top: 300;
  13. left: 300;
  14. z-index:100;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement