CSS 中指定顏色有三種方式,分別是使用關鍵字(keyword) ,井字號開頭的十六進位RGB ... div { color: red; } p { color: #888800; } blockquote { color: rgb(128, 0, ...
確定! 回上一頁