Horje
css ul to center Code Example
css ul to center
ul {
  justify-content: center;
  display: flex;
}
center ul
dropdwon-menu {
	left: 50%;
	transform: translateX(-50%);
}
how to align list to the centre in css
<div id="menu-centered">
     <ul>
          <li><a rel="nofollow" href="">My first item</a></li>
          <li><a rel="nofollow" href="">My second item</a></li>
          <li><a rel="nofollow" href="">My third item</a></li>
          <li><a rel="nofollow" href="">My fourth item</a></li>
          <li><a rel="nofollow" href="">My fifth item</a></li>
     </ul>
</div>




Css

Related
make text not selectable Code Example make text not selectable Code Example
rainbow linear gradient css Code Example rainbow linear gradient css Code Example
blue outline after click when in mobile view Code Example blue outline after click when in mobile view Code Example
darken image css Code Example darken image css Code Example
how to remove scrollbar in css Code Example how to remove scrollbar in css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16