CSS Property:
box-pack:
start
end
center
justify
Result:
box-pack alignment
CSS Code:
div
{
display:box;
box-pack:
start
;
}
Click the property values above to see the result
W3Schools.com
- Play it