Q: 11
Given the following CSS margin shorthand property:
```css
p {
margin: 10px 20px 25px 30px;
}
```
How many pixels is the top margin?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.