/* Changes the background color of every empty section element */ section:empty { background-color: tomato; } If we were to run that code on a page, the CSS ...
確定! 回上一頁