aboutsummaryrefslogtreecommitdiff
path: root/app/css/app.css
blob: 5a2cca4a74b8594dbd35fbdc8a31cd9f9e062280 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* app css stylesheet */

* {
	margin: 0;
	padding: 0;
}

.world {
	border: solid #999999 1px;
	width: 100%;
	height: 1000px;
	overflow: hidden;
}

.world .line {
	position: absolute;
}