how to align a div to center (shrink) (collapse)

Sep 25, 04:05 AM

how to collapse shrink a div:

2022-10-14: https://developer.mozilla.org/en-US/docs/Web/CSS/fit-content width: fit-content;

written from here

#content { width: 700px ; margin-left: auto ; margin-right: auto ;
}

Mark Edwards

,

---

Commenting is closed for this article.

---