CSS Property:
box-align:
start
end
center
baseline
Result:
Note:
This example does not work in Opera or IE9.
CSS Code:
div
{
display:box;
box-align:
start
;
}
Click the property values above to see the result
W3Schools.com
- Play it