Styling the page
You can add CSS styling information to the <head> tag that will modify the appearance of page elements. The Sandbox code includes the following styling, which makes the map occupy the entire HTML page:
<style>
html, body, #map {
height: 100%;
margin: 0;
padding: 0;
}
</style>
推薦閱讀
- 手機(jī)安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- The Supervised Learning Workshop
- 深入淺出數(shù)據(jù)科學(xué):Python編程
- C# 從入門到項(xiàng)目實(shí)踐(超值版)
- Teaching with Google Classroom
- Python編程從0到1(視頻教學(xué)版)
- 區(qū)塊鏈底層設(shè)計(jì)Java實(shí)戰(zhàn)
- Protocol-Oriented Programming with Swift
- Oracle GoldenGate 12c Implementer's Guide
- Machine Learning for OpenCV
- C# 7.0本質(zhì)論
- 原型設(shè)計(jì):打造成功產(chǎn)品的實(shí)用方法及實(shí)踐
- Java程序設(shè)計(jì)教程
- Mapping with ArcGIS Pro
- C語言程序設(shè)計(jì)