Default unordered and ordered lists from Bootstrap.
Unordered list
- Responsive Typograpy
- Tabs with Ajax
- Dropdown & Hover
- Lazy Images
- Live Customizer
- Mobile menu
- Owl Carousel
- Smooth Scroll
- W3C Html5 valid
- Manifest Json
<ul>
<li>Responsive Typograpy</li>
<li>Tabs with Ajax</li>
<li>Dropdown & Hover</li>
<li>Lazy Images</li>
<li>Live Customizer
<ul>
<li>Mobile menu</li>
<li>Owl Carousel</li>
<li>Smooth Scroll</li>
</ul>
</li>
<li>W3C Html5 valid</li>
<li>Manifest Json</li>
</ul>
Arrow list
- Responsive Typograpy
- Tabs with Ajax
- Dropdown & Hover
- Lazy Images
- Smooth Scroll
<ul class="before-arrow-dark">
<li>Responsive Typograpy</li>
<li>Tabs with Ajax</li>
<li>Dropdown & Hover</li>
<li>Lazy Images</li>
<li>Smooth Scroll</li>
</ul>
Ordered list
- Responsive Typograpy
- Tabs with Ajax
- Dropdown & Hover
- Lazy Images
- Live Customizer
<ol>
<li>Responsive Typograpy</li>
<li>Tabs with Ajax</li>
<li>Dropdown & Hover</li>
<li>Lazy Images</li>
<li>Live Customizer</li>
</ol>