2
I’m doing a grid on boostrap, and I can’t get it properly aligned vertically.
It should always stay that way:
*-------------* *--------------* *--------------*
| card grande | | card Pequeno | | card Pequeno |
*-------------* *--------------* *--------------*
| | | dois | | quatro |
| | *--------------* *--------------*
| UM |
| |
| |
| |
| |
| | *--------------* *--------------*
| | | card Pequeno | | card Pequeno |
| | *--------------* *--------------*
| | | tres | | cinco |
*-------------* *--------------* *--------------*
Note that cards three and five should be aligned with the base of card one, but they are becoming so:
*-------------* *--------------* *--------------*
| card grande | | card Pequeno | | card Pequeno |
*-------------* *--------------* *--------------*
| | | dois | | quatro |
| | *--------------* *--------------*
| UM |
| | *--------------* *--------------*
| | | card Pequeno | | card Pequeno |
| | *--------------* *--------------*
| | | tres | | cinco |
| | *--------------* *--------------*
| |
| |
| |
*-------------*
as card tres and five, just below two and four.
It worked perfectly. I will mark as answered.
– Alexandre Queiroz
@Alexandrequeiroz legal that worked there. The good practice since you are using the Framework is that you really use its native classes, avoid ways with custom CSS, because this can bring you problems in the future, especially with the grid and the responsiveness... Good luck there!
– hugocsl
@Alexandrequeiroz If my answer helped you in any way consider mark it as accepted in this
✔
ai on the left side near the arrows. Just click on it and the question is marked as solved and answered accepted :)– hugocsl