Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

make td match display flex

/* Create a div inside the td */
td.to-flex {
	border: 1px solid #000;
}

td.to-flex div {
	display: flex;
	justify-content: space-between;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #td #match #display #flex
ADD COMMENT
Topic
Name
1+8 =