I have a parent div and two nested divs. I have the nested divs set as display: table-cell. How can you set spacing between those nested divs? I’ve tried margin, but that didn’t do anything (the jsFiddle has margin set, yet with no effect).
I have a parent div and two nested divs. I have the nested divs
Share
Give
display: inline-table;instead ofdisplay: table-cell. Write like thisCheck this http://jsfiddle.net/cZptA/9/