Navbar isn't working.i referred to w3c schools to learn about it but couldn't rectify errors..please help

here’s the link to my portfolio http://codepen.io/jamilwa/pen/MmOvbo

You’re using the wrong version of bootstrap. Use this instead:
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css

For the JS, use these (jquery should be first):
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js

1 Like

thanks kevcomedia…navbar is fixed, but brand image gets distorted…what to do to get it back in original condition

How about removing its width and setting its height to 100%?

1 Like

thank you so much…it’s working…i never thought that way:laughing: