Suraj wants to set different margins in a web page as Left margin = 15px, Right margin = 20 px, Top margin = 10 px and Bottom margin = 12 px. Which of following margin property is suitable for him?
Answers
Answered by
0
Answer:
class {
margin: 10px 20px 12px 15px;
}
Explanation:
Similar questions
Math,
2 months ago
Math,
2 months ago
Science,
5 months ago
World Languages,
5 months ago
Computer Science,
11 months ago
English,
11 months ago