Answers for "how to center align items in html"

CSS
8

how to align items in css

div
{
  display:flex;
  align-items:center;
  justify-content:center;
  
}
Posted by: Guest on August-06-2020

Code answers related to "how to center align items in html"

Browse Popular Code Answers by Language