"awesome html css listing"
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
<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="box_content">
<ol class="rounded-list">
<li>
<ol>
<li><a href="http://csshint.com/material-design-card-ui/" target="_blank">Responsive</a></li>
<li><a href="http://csshint.com/full-screen-navigation-menus/" target="_blank">SEO Friendly </a></li>
<li><a href="http://csshint.com/breadcrumb-css-snippets/" target="_blank">Google Testing Tool Validator </a></li>
<li><a href="http://csshint.com/beautiful-css3-buttons/" target="_blank">Mobile Friendly</a></li>
<li><a href="http://csshint.com/21-amazing-modern-photoshop-text-effects-tutorials/" target="_blank">Custom 404 Page</a></li>
<li><a href="http://csshint.com/23-free-under-construction-and-coming-soon-html-website-templates/" target="_blank">Fast Loading </a></li>
<li><a href="http://csshint.com/collection-of-free-html-and-css-accordions/" target="_blank">Minimal</a></li>
<li><a href="http://csshint.com/24-best-html-css-and-jquery-calendars/" target="_blank">Magazine</a></li>
<li><a href="http://csshint.com/checkout-forms-designs/" target="_blank">Ads Ready</a></li>
<li><a href="http://csshint.com/free-wordpress-blog-themes/" target="_blank">Clean Layout</a></li>
<li><a href="http://csshint.com/google-material-design/" target="_blank">Simple Design</a></li>
<li><a href="http://csshint.com/free-icon-fonts/" target="_blank">Drop Down Menu</a></li>
<li><a href="http://csshint.com/22-free-stylish-html5-and-css3-login-forms-templates/" target="_blank">Social Sharing</a></li>
<li><a href="http://csshint.com/free-modern-business-card-psd-templates/" target="_blank">HTML5 & CSS3</a></li>
<li><a href="http://csshint.com/10-most-reliable-website-to-download-free-fonts/" target="_blank">Browser Compatibility</a></li>
</ol>
</li>
</ol>
</div>
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
.box_content {
text-align: justify;
max-width: 600px;
width: 100%;
margin: 20px auto;
padding: 15px;
background: #fff;
color: #595959;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
ol {
counter-reset: li;
list-style: none;
font: 15px 'trebuchet MS', 'lucida sans';
padding: 0;
margin-bottom: 4em;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
margin-left: -5px;
margin-top: 0px;
margin-bottom: 0px;
}
ol ol {
margin: 0 0 0 2em;
}
.rounded-list a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .5em 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: