Answers for "how do you remove the space before and after a paragraph?"

0

html remove space after paragraph

li p {
    margin: 0;
    padding: 0;
}
Posted by: Guest on June-08-2021

Code answers related to "how do you remove the space before and after a paragraph?"

Browse Popular Code Answers by Language