-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
94 lines (94 loc) · 1.42 KB
/
estilo.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
html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: Helvetica;
}
p {
font: 1.1em/2 Arial, Helvetica, sans-serif;
font-weight: 600;
}
#izquierdo {
float: left;
width: 25%;
height: 100%;
margin: 0 auto;
}
#derecho {
float: left;
width: 75%;
height: 100%;
}
#espacio {
width: 25%;
height: 10%;
}
#izquierdo input[type="number"] {
box-sizing: border-box;
width: 65px;
margin: auto;
}
#izquierdo select[id="velo"] {
width: 130px;
margin: auto;
}
#izquierdo select {
width: 100px;
margin: auto;
}
#izquierdo hr {
width: 240px;
}
#titulo {
text-align: center;
}
#datos{
margin: 1rem;
padding: 1rem;
text-align: center;
}
#info{
margin: auto;
display: block;
}
h4 {
line-height: 2px;
}
#bola{
line-height: 95px;
background-color: #515A5A;
color: white;
margin: auto;
height: 100px;
width: 100px;
border-radius: 50px;
text-align: center;
font-size: 60px;
padding: auto;
}
#carton {
width: 75%;
margin: auto;
}
#bbingo {
text-align: center;
padding: auto;
margin: auto;
}
#carton td {
background-repeat: no-repeat;
background-position: center;
height: 100px;
width: 100px;
text-align: center;
font-size:60px;
}
.hueco{
background-image: url(img/bombo.png);
background-position: center;
background-size: 62px;
}
.marca {
background-color: white;
color: white;
}