12 HTML & CSS font color

כללי / תכנות כללי 155 צפיות 28/09/2022
פתח ב-YouTube

דרג סרטון זה

התחבר כדי לדרג

תיאור

p { color : [blue, green, red ...] ; color : rgba(0,0,255, .8) ; color : #0000ff ; } Setting the text color: 1. Colors can be determined by their names: (...blue, red, green, white, etc) 2. By function (rgba(red,green,blue, opacity Each value starts from 0 to 255. 3. Hexadecimal - the values can be determined The colors from 0 to f.

#Web School 26