For example, the below code is going to select all the paragraph tag which does not have an active class. p:not(.active){ color: red; } ...
確定! 回上一頁