Jump to content

Responsive Navigation


ruitertje

Recommended Posts

Responsive Navigation,

this example

 <div class="w3-bar w3-black">
  <a href="#" class="w3-bar-item w3-button">Home</a>
  <a href="#" class="w3-bar-item w3-button">Link 1</a>
  <a href="#" class="w3-bar-item w3-button">Link 2</a>
  <a href="#" class="w3-bar-item w3-button">Link 3</a>
</div> 

gives me a menu of 100% width on a 1920px width full HD screen with text centered.

I tried it on Firefox and Chrome, it happens on both.

What did I do wrong?

Regards,

Jan

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...