Trouble with CSS Grid

Hey everyone! Finally starting to work on my Javascript calculator, and since I had some success with CSS grid in a previous project I thought this would be another good project to use it.

For the most part it looks good, but for some reason I can’t seem to figure out, my “CE” button is only half as wide as it should be. I designated it to fill two columns spaces within the same row, just like the backspace key next to it, but it’s only filling one column space. If anyone wants to take a look and steer me in the right direction, I’d appreciate it! Link to my pen. Thanks!

I see a typo in the following line:

.grid-clear-everything {grid-srea: clear-everything;}
1 Like

This is what I get for working without my glasses. Thank you so much!