Answers for "how to align center an ul in a div"

CSS
0

css ul to center

ul {
  justify-content: center;
  display: flex;
}
Posted by: Guest on October-26-2020
0

center ul

dropdwon-menu {
	left: 50%;
	transform: translateX(-50%);
}
Posted by: Guest on May-21-2020

Code answers related to "how to align center an ul in a div"

Browse Popular Code Answers by Language