我可以将声明嵌套在另一个选择器中吗?
td:hover { background-color: darkblue; color: white; border-color: purple; text-decoration: underline double; img { border: solid 2.5px purple; } }
使用 CSS 是否有效且正确?
html css nested css-selectors
css ×1
css-selectors ×1
html ×1
nested ×1