Day 1
This commit is contained in:
13
前端Web(HTML+CSS)/css/news.css
Normal file
13
前端Web(HTML+CSS)/css/news.css
Normal file
@@ -0,0 +1,13 @@
|
||||
span {
|
||||
/* color: gray; */
|
||||
|
||||
/* rgb表示法 */
|
||||
/* color: rgb(255, 0, 0); */
|
||||
|
||||
/* rgba表示法 */
|
||||
/* color: rgba(255, 0, 0, 0.5); */
|
||||
|
||||
/* 16进制表示法 */
|
||||
/* color: #0000ff; */
|
||||
color: #00f;
|
||||
}
|
||||
Reference in New Issue
Block a user