How to increase space between an element and its immediate children?

I have been able to increase the space between paragraphs with

li {
  margin-bottom: 10px;
}

However, the problem still persists with a parent and its children


and
image

Could you please explain how to fix this error?

A.zip (8.1 KB)

I think you can easily get answers from google.

Have you tried margin-top?

1 个赞

This works :heart_eyes: