0

Hi it is possible to make squares with grid template areas,so did every area which is written once is a square of at list to control its height and width independently from the size of the inner html?

grid-template-areas:
    'results results results results'
    'clear clear delete divide'
    'one two three multi'
    'four five six subt'
    'seven eight nine addition'
    'zero zero zero equal';

Here what i tried to make in on, my purpose was to make every number button a square:

https://codepen.io/NitzanNougat/pen/MWGqmwY

0 Answers0