CSS部分(1.md) 15.Q:#example位置如何变化: ```` <p id="example">Hello</p> #example {margin-bottom: -5px;} ```` A: 向上移动5px。 答案应该是后一个元素向上移动5px吧