updates index with style
This commit is contained in:
@@ -1,2 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html></html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Rookie badger</title>
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cosmo/bootstrap.min.css" rel="stylesheet" integrity="sha384-h21C2fcDk/eFsW9sC9h0dhokq5pDinLNklTKoxIZRUn3+hvmgQSffLLQ4G4l2eEr"
|
||||
crossorigin="anonymous">
|
||||
<script src="//code.jquery.com/jquery.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
|
||||
crossorigin="anonymous"></script>
|
||||
<style>
|
||||
div.container{
|
||||
padding-top: 25px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<a class="navbar-brand" href="#">Rookie badger</a>
|
||||
<ul class="nav navbar-nav">
|
||||
</ul>
|
||||
</nav>
|
||||
<h1>Rookie badger</h1>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user