File tree Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < title > Hello World!</ title >
5- < script type ="text/javascript " src ="../Build/Cesium/Cesium.js "> </ script >
6- < style >
3+ < head >
4+ < title > Hello World!</ title >
5+ < script type ="text/javascript " src ="../Build/Cesium/Cesium.js "> </ script >
6+ < style >
77 @import url(../ Build/Cesium/Widgets/CesiumWidget/CesiumWidget.css);
8+
9+ # cesiumContainer {
10+ position : absolute;
11+ top : 0 ;
12+ left : 0 ;
13+ height : 100% ;
14+ width : 100% ;
15+ margin : 0 ;
16+ overflow : hidden;
17+ padding : 0 ;
18+ font-family : sans-serif;
19+ }
20+
821 body {
9- padding : 0 ;
10- margin : 0 ;
11- overflow : hidden;
22+ padding : 0 ;
23+ margin : 0 ;
24+ overflow : hidden;
1225 }
13- </ style >
14- </ head >
26+ </ style >
27+ </ head >
1528< body >
1629 < div id ="cesiumContainer "> </ div >
1730 < script >
You can’t perform that action at this time.
0 commit comments