CSS Colors
CSS Colors Setting Color Property : The shading property normally characterizes the shade of the content substance of a component. For example: The shading property indicated in the body selector characterizes the default content shading (closer view shading all in all) for the entire page. body { color: #000000; } Hues in CSS regularly indicated by the accompanying techniques: a HEX value - like "#ff0000" an RGB value - like "rgb(255,0,0)" a color name - like "red" Take a gander at CSS Color Names for a total rundown of conceivable shading names. Influence of Color Property on Borders and Outlines The shading property isn't only for content substance, yet for anything in the frontal area that takes a shading esteem. For example, if fringe shading or blueprint shading worth hasn't been characterized unequivocally for the component, the shading worth will be utilized. p.one { color: #0000ff; borde...