There is a CSS Grid Gaps problem š„¹š„¹š„¹
Well, I have made a second version of my code. I have made a Full screen version of my Calculator and it's working fine but I am wondering Why my big buttons are not looking fit in my calculator, ššš My Equal button is looking not so good and I wanna fix it do anyone have any ideas about it. š„¹š„¹š„¹ I think those button which contains grid-row:2; or grid-column:2; have some problems š¤ .Calculator spam.equal { grid-row:span 2; height:135px; text-align:center ; padding-top:50px; background:#9999cf; } .Calculator spam.clear { grid-column:span 2; width:135px; text-align:center ; background-color:#fad000; } .Calculator spam.zero { grid-column:span 2; width:135px; text-align:center ; background-color:#4035ff; } Please take a look at my code so you can understand more better š https://code.sololearn.com/W17GN5n9C86a/?ref=app