Answers for "how remove space in 2 text in html"

0

html remove space after paragraph

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

Browse Popular Code Answers by Language