Answers for "how to align center a ul in html"

CSS
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 a ul in html"

Browse Popular Code Answers by Language