"Navbar" not showing up - Bootstrap by Twitter
I am following a Youtube tutorial on putting together a website with
Bootstrap and everything has been simple so far but for some reason by
navigation bar will not appear. Here is the code in "index.htm". Also, I
created that in the default root directory (index.htm) and I created
"style.css" which went in the CSS folder.
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href = "css/boostrap.min.css" rel = "stylesheet">
<link href = "css/styles.css" rel = "stylesheet">
</head>
<body>
<div class = "navbar navbar-inverse navbar-stat-top">
<div class = "container"
<a href = "#" class = "navbar-brand">Tech Site</a>
</div>
</div>
<script src =
"http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src = "js/boostrap.js"></script>
</body>
This is what I get when I open up "index.html" with Chrome: (I can't paste
an image) http://picpaste.com/index-GQbn9OJ8.jpg
I really have no idea what could be wrong but I am really new at this. It
looks like maybe CSS isn't working at all but I'm not sure. The tutorial
did not have me add anything to "styles.css" but I referred to it multiple
times in my code so would that be a problem?
Thanks!
No comments:
Post a Comment