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

* {
	margin: 0;
	padding: 0;
}

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

.world .line {
	position: absolute;
}