Align navbar to fixed top
Description
The following code shows how to align navbar to fixed top.
Example
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css"
href="http://getbootstrap.com/dist/css/bootstrap.css">
<!-- w ww. j a v a 2 s . c o m-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top"></div>
</body>
</html>