📜  在父 div 中的最后一个子元素上应用 css - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:39.392000             🧑  作者: Mango

代码示例1
.parent > *:last-child {
  background-color: red;
}