博客 / 列表

T - CSS學習筆記

CSS學習筆記 1.嵌入方式 1)css嵌入到html的頭部的style標籤內 div style="background-color:lightcoral; color: #fff; width: 300px;" hello world /div 2)css嵌入到元素style屬性內 優點:css規則與HTML分離;可以複用 style #one, #two{ b

css3 , css技巧 , css選擇器 , Css