Computer Science, asked by Shubhkarmansinghon, 7 months ago

Write CSS rule to write margin top 2px, margin bottom 3px, margin left 5px, margin right 4 px.

Answers

Answered by chinarpanchbhai
1

Explanation:

In the example above, the <p class="a"> element has a top and bottom margin of 30px. The <p class="b"> element has a top and bottom margin of 20px. This means that the vertical margin between <p class="a"> and <p class="b"> should be 50px (30px + 20px).

Similar questions