Home › Forums › CSS › centering with flexbox › Reply To: centering with flexbox
March 20, 2018 at 10:27 am
#268577
Participant
I just used a top: 8em, to make the element go down more vertically. I have another problem though. I am making a table with rows and columns, but I don’t want them to expand when I add text content. I have tried overflow: hidden, table-layout:fixed, but nothing seems to be working. When I add text, the td and tr elements expand where that row of text is. How do I prevent this? Here is a link to my codepen https://codepen.io/icewizard/pen/XEMmGZ