Answers for "outting a border on a map css"

CSS
0

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;
}
Posted by: Guest on March-03-2021

Browse Popular Code Answers by Language