Our CSS would select all the <li> elements except the one(s) with a class of .different . /* Style everything but the .different class */ li:not ...
確定! 回上一頁