alignitem in css code example Example: how to align items in css div { display:flex; align-items:center; justify-content:center; }