padding is independent
p {
padding:20px;
margin: 0px;
}
but margin is collapsing!
p {
padding:0px;
margin: 20px;
}
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Mike Young -
Andrew Elans -
Mohammad Shariful Islam -
Top comments (0)