Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css table flex

header, .row {
  display: flex;  /* aligns all child elements (flex items) in a row */
}

.col {
  flex: 1;        /* distributes space on the line equally among items */
}
 
PREVIOUS NEXT
Tagged: #css #table #flex
ADD COMMENT
Topic
Name
5+1 =