You’re missing your 8
th button in your <div id="keys">
element.
In your <style>
elements, you refer to the keys
class, not ID — your selector should be #keys
, not .keys
.
You use CSS property grid-template-columns
, but you’ve misspelled it as grid-timeplate-columns
. Correct the spelling of the middle word.