<ul class="joke-list">
<li class="joke">
<p id="13" class="editable">
The state of development in 2017: “Please don’t apply if you don’t have the core concepts of programming, and you depend upon copying and pasting the code from StackOverflow/saved file.”
</p>
<button class="editBtn">Edit</button>
</li>
<li class="joke">
<p id="13" class="editable">
The state of development in 2017: “Please don’t apply if you don’t have the core concepts of programming, and you depend upon copying and pasting the code from StackOverflow/saved file.”
</p>
<button class="editBtn">Edit</button>
</li>
<li class="joke">
<p id="13" class="editable">
The state of development in 2017: “Please don’t apply if you don’t have the core concepts of programming, and you depend upon copying and pasting the code from StackOverflow/saved file.”
</p>
<button class="editBtn">Edit</button>
</li>
</ul>
CSS
ul {
margin: 0;
margin-left: 20px;
padding: 0;
}
li {
list-style: none;
}