List Styles
Style 1
- Making this the first true generator
- Majority have suffered alteration in some form
- Desktop publishing packages and web page editors
- Readable content of a page when looking at layout
<ul class="list-style1 list-unstyled mb-0">
<li><i class="fas fa-caret-right"></i>Making this the first true generator</li>
<li><i class="fas fa-caret-right"></i>Majority have suffered alteration in some form</li>
<li><i class="fas fa-caret-right"></i>Desktop publishing packages and web page editors</li>
<li><i class="fas fa-caret-right"></i>Readable content of a page when looking at layout</li>
</ul>
Style 2
<ul class="list-style2 list-unstyled mb-0 ps-0">
<li><a href="#!">Championship</a></li>
<li><a href="#!">Competition</a></li>
<li><a href="#!">Golf Course</a></li>
<li><a href="#!">Golf Tips</a></li>
</ul>
Style 3
<ul class="list-style3 list-unstyled p-0 m-0">
<li class="active"><a href="#!">Golf Coaching</a></li>
<li><a href="#!">Specials service</a></li>
<li><a href="#!">Private Coaching</a></li>
<li><a href="#!">Become a Member</a></li>
</ul>