table-layout
CSS Property:
Result:
| This is a Text | Text |
| Text | Some Text |
| Text | This is a some text |
CSS Code:
#myDiv {
width:100%;
table-layout:auto;
}
Click the property values above to see the result
| This is a Text | Text |
| Text | Some Text |
| Text | This is a some text |
Click the property values above to see the result