I have a list as
<ul class="List"> <li>large amount of text</li> <li>large amount of text</li> </ul> .list{ display:inline; overflow:hidden; } How can i get the list to have the same left vertical margin. What is happening now is that the text on the left is not aligned
class="List"vs.list(casing ofLis different). Probably just a typo?