Home › Forums › CSS › Flexbox: same height + aligned to bottom › Reply To: Flexbox: same height + aligned to bottom
February 10, 2016 at 2:02 pm
#237921
Participant
Hi,
if you want to support older browser, you should really mind the markup, the data tag doesn’t exist for instance , inline-tags and block-tags are not meant to be sibblings, value is not a valid attribute for span but data-value would be in HTML5, …
You should rethink a little bit your markup, style will be easier to apply on a valid and efficient structure i believe :) .
for flexbox and support : http://caniuse.com/#search=flex