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
html, body { width: 200px; } body { margin: 0; } .button { margin: 0; padding: 4px 20px; text-align: center; font-size: 1.5em; cursor: pointer; } .button:hover { background: #97c4ff; } .selected { background: #4294ff; } .selected:hover { background: #4294ff; }