-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (53 loc) · 849 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
58
59
60
61
62
body {
background-color: black;
color: white;
font-weight: bold;
}
table {
border-radius: 20px;
border-color: #000;
font-family: Arial;
}
td {
text-align: center;
background-color: #ff9e4a;
text-shadow: 1px 1px 10px black;
border-radius: 3px;
padding: 10px;
}
li {
list-style: none;
}
#btnSortear {
font-family: Arial;
font-weight: 700;
color: #ff9e4a;
background-color: black;
border-radius: 60px;
border-color: #ff9e4a;
width: 120px;
height: 70px;
transition: width 0.5s;
}
#btnSortear:hover {
width: 200px;
}
#tabela {
font-weight: 600;
font-size: 30px;
font-color: red;
text-align:center;
}
#titulo {
color: #ff9e4a;
font-family: Arial;
text-decoration: underline;
}
h1 {
font-weight: bold;
}
.container {
text-align: center;
}
.botaoMais {
}