how to align center ul/ li in css code example
Example 1: css ul to center
ul {
justify-content: center;
display: flex;
}
Example 2: li elements horizontally css
display: inline;
ul {
justify-content: center;
display: flex;
}
display: inline;