Answers for "place ul content in center"

CSS
0

center ul

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

Code answers related to "place ul content in center"

Browse Popular Code Answers by Language