<!doctype html><style> body { display: flex; flex-direction: column; align-items: normal; } div { width: 100px; height: 100px; background: orange; } </style><body><div></div>