| Recommend this page to a friend! |
| Classes of Yasir Siddiqui | > | Instagram API integration with PHP | > | maps.css | > | Download | ||
|
|||||||||||||||||||||
@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#map_canvas {
height: 100%;
}
@media print {
html, body {
height: auto;
}
#map_canvas {
height: 650px;
}
}
|