I have a quick question regarding some code i have here:
h1 {
font - size: 65 px;
color: orange;
text - align: center;
height: 20 px;
font: Times;
}
h2 {
text - align: center;
font: Times;
}
ul {
width: 1230 px;
list - style - type: none;
overflow: hidden;
background - color: #C2C6DD;
justify - content: center;
}
the h1
and h2
is the title of the webpage, which is centered.
However th ul (navigation bar) is not centered I have tried many different tings like align-items, text-align, it always goes to the left of the page. Anybody can help to why?