×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Eric De Kock
Added: Mar 2, 2017 1:01 AM
Views: 2249
Tags: no tags
  1. /* --=== Store Map ===-- */
  2. #map {
  3.         width: 100%;
  4.         height: 320px;
  5.  
  6.         .overlay {
  7.                 width: 50px;
  8.                 height: 77px;
  9.                 background: url('img/pin.png');
  10.                 position: relative;
  11.                 top: -70px;
  12.         }
  13.  
  14.         img {
  15.                 max-width: none;
  16.         }
  17. }