Question
Using the external style sheetA collection of styling rules in a separate file. provided, select all choices of assigning classes to three consecutive paragraphs so that the middle paragraph is separated from the bottom border of the top paragraph and from the top border of the bottom paragraph by 20px
.
There may be more than one correct choice.
.shy {
margin: 20px;
}
.normal {
margin: 10px;
}
.friendly {
margin: 0px;
}