Answer the question
In order to leave comments, you need to log in
How to remove the indent before the list?
Please, how to remove the indent from below after the paragraph, if it is followed by the ul list, but at the same time, so that the indent between the paragraphs remains?
Code :
https://jsfiddle.net/efendi/9udvaexf/3/
Answer the question
In order to leave comments, you need to log in
Option A:
p + ul {
margin-top: -1em;
}
p {
color: #404040;
margin: 0;
}
p + p {
margin-top: 1em;
}
ul {
margin: 0;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question