List Style

Need lists with no bullets, inline lists, indented lists, hanging lists, underlined lists as in the screenshot from the website, demonstration of larger size.

List Styles

<ul class="evo-list-inline">
<li>submit</li>
<li>submit</li>
<li>submit</li>
</ul>

Create a <ul> tag that contain <li> tags, and apply the .evo-list-inline class.