In the below code snippet, in what order will the margins be added?


p {
margin: 25px 50px 75px 100px;
}

Posted on by