79317701

Date: 2024-12-30 13:17:15
Score: 1
Natty:
Report link
  1. You’re missing your 8th button in your <div id="keys"> element.

  2. In your <style> elements, you refer to the keys class, not ID — your selector should be #keys, not .keys.

  3. You use CSS property grid-template-columns, but you’ve misspelled it as grid-timeplate-columns. Correct the spelling of the middle word.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: exogy