css組合選擇符

<style type="text/css"> div.demo{ color: black; } div.wrap .demo{ color: yellow; } div.wrap > .demo{ color: blue; } div.wrap + .demo{ color: red; } div.demo + .demo{ color: red; } </style> <div clas
相關文章
相關標籤/搜索