Why I cannot center my nav bar?

user5280872
h1{
       text-align:center;
       font-family: 'Nosifer', cursive;
       font-size:35px;

    }



    nav { 
        border-top: 5px solid black;
        padding:5px 5px;
                text-align:center;


         }

    nav a:link,a:visited { 
        border-radius: 0 0 15px 15px; 
        padding:0px 15px;
    }


    nav a {

        float: left;
        font-weight: bold;
        color: #000;
        margin: 0 5px; 
        background-color: #131313; 
        font-family: 'Nosifer', cursive;
        text-decoration: none;
        font-size: 20px;
        color:red;

        }

    nav a:hover {

        background-color: #D10000; 
        color: black;
        padding-top: 12px;
        padding-bottom: 10px;


        }


        .active{


            background-color: #D10000; 
            color: black;
            padding-top: 12px;
            padding-bottom: 10px;  


        }

        body{
            background-color: #ffe6e6;
        }


  <nav>
     <a href="#" class="active">HOME</a>
     <a href="#">COMPUTER PARTS</a>
     <a href="#">BUILD A COMPUTER</a>
     <a href="#">MEDIA</a>
     <a href="#">GO TO MAIN</a>
  </nav>

Can anyone please help me. I tried to use align="center", text-align:center; and I tried many other things but for some reason, it's not centering my nav bar in the center of my web page. Also when I tried to display an image at the bottom of the nav bar and center it, it does not center.

Michael Coker

Without seeing your markup, it's hard to say. But probably because of float: left on nav a. Remove that from nav a, and add display: inline-block;.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to center my Nav Bar?

How do I center my nav bar on its own line?

How do I center my nav bar to the screen?

how can I get my user icon on the side nav bar to the center? and how can i create border for the side nav bar?

How can I align text with my logo in the center of my nav bar?

Nav Bar- Main Menu List Cannot Center - What am I always missing?

How can i center my login form both vertically and horizontally with a nav bar

Why is my nav bar vertical and not horizontal

Why isn't my nav bar working?

Why can't I click my anchor tags for my nav bar?

Why when I add my NAV bar does it move my H1 element?

Why am I unable to align this nav to center?

Align nav bar in the center

How to Center a Nav bar

I cannot center my button and don't know why

remove margin and center my text on a nav-bar

How do I get my nav links in the nav bar?

Why is it that the image I use for my nav_bar button has white edges?

Why isn't my nav bar resetting after I click the burger and expand the window?

How can I center a left floating Nav Bar?

How do I get my navigation items to center in my nav?

Why does my nav bar affect the centering of my image?

Why is my text not vertically in the middle on my CSS nav bar?

Why my nav-bar hides my texts in a fixed position?

Why won't my nav element go to the center or change style?

Why the nav bar nav links isn't in the center with the flexbox space between property

How do i make my logo fit in my nav bar?

i need my nav bar to shift my main page info

How to center Nav Bar CSS