CSS COLOR - CSS3 Examples

CSS COLOR

Written by jon on 8:21 AM
The color property sets the color of a text.

Example
body {color: rgb(255,255,0)}

body {color: #ffffff}

body {color: red}

Possible Values
Value Description
color The color value can be a color name (red), a rgb value
(rgb(255,0,0)), or a hex number (#ff0000).

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS COLOR ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :