CSS 維護性


Posted by mijouhsieh on 2023-04-25

CSS 程式碼的品質- Don't Repeat Yourself
CSS 重構 => 在不同元素上,若有相同的CSS設定,把CSS設定另外拉出來取名 class name,在HTML檔中,元素加上 共用class name
reference:
On Style Maintenance - An applicable example in CSS


#CSS 重構 #共用class name







Related Posts

C 語言練習程式(5) -- 指標相關程式集錦(4)

C 語言練習程式(5) -- 指標相關程式集錦(4)

@keyframes & animation

@keyframes & animation

ES6 語法中有什麼新東西?

ES6 語法中有什麼新東西?


Comments