Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

outting a border on a map css

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
Source by www.ostraining.com #
 
PREVIOUS NEXT
Tagged: #outting #border #map #css
ADD COMMENT
Topic
Name
4+1 =