-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (86 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#barraLateral {
flex: 0;
width: 110px;
height: 628px;
background: #f5f5f5;
position: absolute;
left: 783px;
top: 10px;
border: solid;
margin-left: auto;
margin-right: auto;
}
#barradados {
flex: 0;
width: 100px;
height: 628px;
position: absolute;
left: 670px;
top: 10px;
}
#colorDice {
top: 100px;
}
.blue {
height: 100px;
width: 100px;
background-color: blue;
}
.grey {
height: 100px;
width: 100px;
background-color: grey;
}
.pink {
height: 100px;
width: 100px;
background-color:pink;
}
.yellow {
height: 100px;
width: 100px;
background-color:yellow;
}
.red {
height: 100px;
width: 100px;
background-color:red;
}
.green {
height: 100px;
width: 100px;
background-color:green;
}
#tabuleiro {
position: relative;
width: 628px;
height: 628px;
}
th {
font-size: 60px;
border: thin solid;
}
#pino {
border-radius:100%;
border:10px solid black;
width:75px;
height:75px;
}
#flag {
padding: 10px;
border-radius:100%;
border:2px solid black;
width:75px;
height:75px;
}
#restart {
padding: 10px 10px;
width: 100px;
height: 40px;
align-items: center;
text-align: center;
border: 2px solid black;
bottom:10px;
font-weight: bold;
font-size: 20px;
}