การกำหนดสีใน CSS ทำได้ 3 แบบ

1.ใส่ชื่อสี

body {
    color: gray
}

รายชื่อสีทั้งหมด สามารถดูได้จาก https://www.w3schools.com/cssref/css_colors.asp

2.ใช้เลขฐาน16

h1 {
    color: #00ff00;
}

3.ใช้ค่าสี RGB

p {
    color: rgb(0, 255,0);
}

results matching ""

    No results matching ""