12 lines
180 B
CSS
12 lines
180 B
CSS
|
/** CSS for These3Words
|
||
|
* Some more information here.
|
||
|
* Or remove comment anyway because it's obvious.
|
||
|
*/
|
||
|
html,
|
||
|
body,
|
||
|
#map-canvas {
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|