"List download Link"
Bootstrap 3.3.0 Snippet by diegosender

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Ubuntu" /> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1"> <div class="brand"> <h3> Titulo</h3> </div> <ul class="list-group list-link"> <a href=""><li class="list-group-item"> Link for download study of something</li></a> <a href=""><li class="list-group-item"> Link for download study of something </li></a> <a href=""><li class="list-group-item"> Link for download study of something</li></a> <a href=""><li class="list-group-item"> Link for download study of something</li></a> <a href=""><li class="list-group-item"> Link for download study of something</li></a> </ul> </div> </div> </div>
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800'); html, body{ font-family: 'Open Sans', sans-serif !important; } ul.list-link> a { color: #524d4d; font-size: 14px; font-weight: 400; text-decoration:none; } ul.list-link> a :hover { opacity: .8; } ul.list-link> a:hover .list-group-item { background-color: #4b4b4b; color:white; }

Related: See More


Questions / Comments: