Is it possible to style LI items with padding and bullet points only when they are inside the
<div class="article-content">
element without affecting other ul/li styles on the website such as the navigation menu? Thank you for your help!
.article-content {
border-bottom: 0px;
float: left;
clear: both;
width: 100%;
margin-top: 10px;
padding-right: 10px;
padding-bottom: 30px;
padding-left: 10px;
text-align: justify;
letter-spacing: 1px;
color: #1a1a1a;
}
HTML
<p>Blablabla:</p>
<p> Blablabla </p>
<ul>
<li>dfdd</li>
<li>dfsdf</li>
<li>dsf</li>