"Table design"
Bootstrap 4.1.1 Snippet by csshint

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 ---------->
<div class="main-wrap">
<table class="table table-striped">
<thead>
<tr>
<th data-sort="name">Link Url</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://csshint.com/css-animated-backgrounds/" target="_blank">Top 20 CSS Animated Backgrounds </a></td>
</tr>
<tr>
<td><a href="https://csshint.com/logo-with-typography/" target="_blank">30 Examples of logo with typography for Inspiration and Ideas </a></td>
</tr>
<tr>
<td><a href="https://csshint.com/top-5-wordpress-seo-friendly-themes/" target="_blank"> Top 5 WordPress SEO friendly and fast loading themes for Blog</a></td>
</tr>
<tr>
<td><a href="https://csshint.com/animated-gradient-examples/" target="_blank">Top 18 CSS Animated Gradient Examples </a></td>
</tr>
<tr>
<td><a href="https://csshint.com/jquery-carousel/" target="_blank">Top 10 : jQuery Carousel </a></td>
</tr>
<tr>
<td><a href="https://csshint.com/popular-css-code-snippet-october-2019/" target="_blank">10+ Freshest Popular and useful CSS Code Snippet, October 2019 </a></td>
</tr>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500');
body{
background-color:#4FC3F7;
overflow:hidden;
font-family: 'Raleway', sans-serif;
}
.main-wrap{
padding:3%;
max-width:1200px;
display:block;
margin: 10px auto;
}
.table.table-striped {
width:100%;
border-collapse: collapse;
background: #fff;
overflow: hidden;
box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.table.table-striped thead {
background: #fff;
box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.table.table-striped th {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: