1 html, body {2 margin: 0;3 padding: 0;4 font-family: sans-serif;5 }6 7 #titulo {8 font-size: 50px;9 text-align: center;10 background-color: orange;11 position: absolute;12 top: 0;13 left: 0;14 right: 0;15 height: 60px;16 }17 18 #titulo .bingo {19 color: red;20 }21 22 #titulo .bango {23 color: green;24 }25 26 #numeros {27 position: absolute;28 top: 100px;29 left: 0;30 bottom: 60px;31 width: 50%;32 text-align: center;33 }34 35 #numeros span {36 display: inline-block;37 width: 30px;38 height: 20px;39 margin: 5px;40 padding: 5px 0px;41 background-color: silver;42 color: gray;43 border-radius: 50%;44 text-align: center;45 }46 47 #numeros span.selected {48 background-color: black;49 color: white;50 }51 52 #grande {53 position: absolute;54 top: 100px;55 right: 0;56 bottom: 60px;57 width: 50%;58 text-align: center;59 font-size: 300px;60 color: dodgerblue;61 }62 63 #controles {64 position: absolute;65 bottom: 0;66 left: 0;67 right: 0;68 height: 50px;69 text-align: center;70 }71 72 #controles button {73 font-size: 20px;74 }75
Enlace
El enlace para compartir es: