Skip to content

Instantly share code, notes, and snippets.

@TarasTarasTaras
Created January 19, 2016 18:11
Show Gist options
  • Select an option

  • Save TarasTarasTaras/a68c153b8ec807befc8e to your computer and use it in GitHub Desktop.

Select an option

Save TarasTarasTaras/a68c153b8ec807befc8e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<style>
.favourites{
margin-top: 10px;
padding: 30px;
border: 10px #DADADA;
font-style:
}
.favourites > li > a {
background: #DADADA;
border-radius: 3px;
}
.favourites > li.active > a,
.favourites > li.active > a:hover {
background: #BED6F5;
box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}
}
</style>
</head>
<body>
<ul class="favourites nav nav-tabs" role="tablist">
<li style="width:50%"><a style="text-align:center" href="#posts" role="tab" data-toggle="tab"><i class="fa fa-newspaper-o"></i></i>News</a></li>
<li style="width:50%"><a style="text-align:center" href="#sweetie" role="tab" data-toggle="tab"><i class="fa fa-star"></i>Lolipop</a></li>
</ul>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment