Square button

Can anyone please help me with creating a square button in a grid?

Thanks

Found it :slight_smile: Answering my own questions…

.square {
width: 100% !important;
height:0 !important;
padding: 0 0 100% 0 !important;
}

XYZ

3 Likes

how can i center any text vertically? :slight_smile:

padding: 50% 0 50% 0 !important; Try this. :slight_smile: