1. HTML+DIV+CSS Zero Basic Quick Start to Making Enterprise Station Video Course _10 css color style

 

0. Letter:

<style>
p {
color: red;
}
</style>

 

1.rgb numbers:

<style>
p {
color: rgb(0,255,0);
}
</style>

 

2. Hexadecimal

<style>
p {
color: #ff0000;
}
</style>

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325292112&siteId=291194637