-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (72 loc) · 1.45 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
background-color:blue;
text-align: center;
font-size: px;
}
input[type=button],.button {
background-color: crimson;
color:rgb(22, 2, 68);
font-family: "MaShanZeng";
font-size:60px;
border: none;
padding: 25px 60px;
margin: 12px 50px;
border-radius: 40px;
}
input[type=button]:hover,.button:hover {
background-color:orangered;
}
div.tttboard{
width: 600px;
height: 600px;
margin: 0 auto;
background-color:yellow;
}
div.player{
width: 604px;
padding-top: 0px;
color:orangered;
font-size: 40px;
}
input.playername{
width : 200px;
padding : 0px 20px;
margin : 0px 0px;
background-color:aqua ;
border:none;
font-size: 35px;
}
input[type='submit']{
width: 150px;
height: 60px;
font-size: 30px;
color: blue;
border: 0px solid black;
background-color: mediumspringgreen;
}
div[id^="row"] div {
width: 200px;
height: 200px;
border: 4px groove blue;
float: left;
box-sizing: border-box;
font-family: "Permanent Marker", cursive;
}
div[id^="row"] div:first-child {border-left: none;}
div[id^="row"] div:last-child {border-right: none;}
div[id^="row-1"] div {border-top: none;}
div[id^="row-3"] div {border-bottom: none;}
div[id^="row"] {
overflow:hidden;
clear: both;
}
.currentgame{
font-size:40px;
padding-top: 15px;
color: orangered;
}
span {
font-size: 100px;
padding-top: 40px;
display: inline-block;
}