aboutsummaryrefslogtreecommitdiff
blob: e51a68ad2e893442e3d9463bb6412a69f2b987dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#main{
    margin:auto;
	width:460px;
	height:520px;
	border: 5px solid gray;
	background-color:black;
	color:#303030;
	padding:20px;
	font-family:"Arial","Sans";
	text-transform:uppercase;
}

.row>div{
	display:inline-block;
	margin: 10px 20px;
	font-size:40px;
	text-align:center;
}

.row>div:first-child{
	float:left;
	text-align:left;
}

.row>div:last-child{
	float:right;
	text-align:right;
}

.on{
	color:white;
}
Powered by cgit v1.2.3 (git 2.41.0)