Computer Science, asked by hari3254, 1 year ago

What is the correct sequence for top,right,bottom,left in css?

Answers

Answered by Anonymous
0
If the margin property has three values: margin: 10px 5px 15px;. top margin is 10px; right and left margins are 5px; bottom margin is 15px.
Similar questions