Link menu dissapeared
-
I just kind of fumbled with the menu bar in the CSS and the links had gotten deleted by accident and I can’t figure out how to get them back.
Link to the website I’ve been working on.
And this is some of the coding I was writing in.
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
display:inline-block;
position: relative;
padding:0.4em 0.4em;
margin:0.5em 5.0em 0.5em 0;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Link menu dissapeared’ is closed to new replies.