📜  如何在css代码示例中添加选择

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

代码示例2
*, *:after, *:before {
     box-sizing: border-box;
}