Align text to the bottom of a div
Flex Solution It is perfectly fine if you want to go with the display: table-cell solution. But instead of hacking it out, we have a better way to accomplish the same using display: flex;. flex is something which has a decent support. Expand snippet In the above example, we first set the parent element to … Read more