-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (56 loc) · 781 Bytes
/
style.css
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body{
text-align:center;
color:white;
background-image:url('images/background.gif');
background-repeat:repeat;
margin-top:5%;
margin-bottom:5%;
border-collapse:separate
}
button{
width:20%;
height:20%;
color:white;
margin:5px;
display:inline-block;
}
#restart{
width:100px;
height:75px;
background-color:red;
font-size:15pt;
}
#lblhighscore{
font-size:15pt;
}
#highscore{
font-size:15pt;
}
#wrapper{
margin-left:25%;
margin-right:25%;
width:720px;
height:576px;
}
#grid{
float:left;
text-align:center;
width:65%;
height:100%;
}
#gameinfo{
float:right;
width:30%;
height:100%;
}
label{
color:white;
border-top:35px;
border-bottom:35px;
}
#currentScore, #highScore{
font-size:15pt;
}
#logo{
padding-bottom:50px;
}