-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.css
83 lines (64 loc) · 1.13 KB
/
game.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#headline{
font-size: 40px;
margin-left : 500px;
font-weight : bold;
color : orange;
font-style: italic;
}
body{
background-image: url("car1.jpg");
background-size: 1550px 800px;
}
.picBackground{
width : 100px;
height : 100px;
background-color : #ff9933;
border-radius: 20px;
}
.pic_style{
width : 100px;
height : 100px;
border-radius: 20px;
}
#NewGame_Moves_Matches{
margin-left: 500px;
padding-top:10px;
}
#btnNewGame{
font-size : 20px;
width:140px;
height:40px;
border-radius:20px;
background-color: blue;
border-color:blue;
color : white;
}
#Moves{
color : blue;
font-weight : bold;
font-size : 30px;
margin-left: 100px;
}
#MyMoves{
font-weight : bold;
font-size : 30px;
}
#Matches{
color : blue;
font-weight : bold;
font-size : 30px;
margin-left: 20px;
}
#MyMatches{
font-weight : bold;
font-size : 30px;
}
#divMyTable{
padding-left: 500px;
padding-top : 20px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}