outting a border on a map css

Solutions on MaxInterview for outting a border on a map css by the best coders in the world

showing results for - "outting a border on a map css"
Nicola
01 May 2020
1.map-responsive{
2    overflow:hidden;
3    padding-bottom:56.25%;
4    position:relative;
5    height:0;
6}
7.map-responsive iframe{
8    left:0;
9    top:0;
10    height:100%;
11    width:100%;
12    position:absolute;
13}