css question

how can i make border boxes the same size? css
No description
3 Replies
risha
rishaOP17mo ago
basically so that even though some of the boxes wont be the same text length the box still just be the same
Chris Bolson
Chris Bolson17mo ago
The simplest method is probably to put the boxes in a grid.
Tenkes
Tenkes17mo ago
or flex with align-items: stretch

Did you find this page helpful?