"BS4 Link list"
Bootstrap 4.1.1 Snippet by harrybigfoot

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<section class="df-linken-2 container mb-3 mt-3">
<div class="text-primary mt-3 mb-3">
<h4 class="text-secondary">
Download files / link list v2
</h4>
</div>
<div class="row">
<div class="col bg-light m-1 border-bottom shadow-sm normal">
<p class="text-truncate text-nowrap mt-2">
<a href="" class="text-secondary">
<i class="fas fa-download fa-fw mr-2"></i>
A long download or link title for a file or link on this page.
</a>
</p>
</div>
<div class="col bg-light m-1 border-bottom shadow-sm normal">
<p class="text-truncate text-nowrap mt-2">
<a href="" class="text-secondary">
<i class="fas fa-download fa-fw mr-2"></i>
A long download or link title for a file or link on this page.
</a>
</p>
</div>
<div class="col bg-light m-1 border-bottom shadow-sm normal">
<p class="text-truncate text-nowrap mt-2">
<a href="" class="text-secondary">
<i class="fas fa-link fa-fw mr-2"></i>
A long download or link title for a file or link on this page.
</a>
</p>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
.df-linken-2 .col{cursor:pointer;}
.df-linken-2 .special:hover a{color:#eee!important}
.df-linken-2 .normal:hover a .fas{color:#000}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: