I\'ve got a list item that is being displayed on the webpage using the hover effect. Challenge i\'m facing here is when i apply some border or background to the list item, i
Just add the following style:
ul { padding:0 }
That will override the default style.