Szöveg jellemzői: color CSS jellemző tulajdonságai

Color

szövegszín

Declares the color of the text.
Lehetséges értékek:
Szín neve vagy kódja
Valid color names, RGB values, hexidecimal notation.

The predefined color names are:

aqua
black
blue
fuchsia
gray
green
lime
maroon
navy
olive
purple
red
silver
teal
white
yellow

<color> | inherit

Color minták, példák:

div {színt:green; }

div {színt:rgb(0,255,0); }

div {színt:#00FF00; }


color: red;
Alapértelmezett érték: a "user agent" értékétol függ
Öröklődő tulajdonság: igen
Media besorolás: visual
Csoport besorolás: szöveg jellemzői

Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,

További szöveg jellemzői:

direction line-height letter-spacing text-align text-decoration text-indent text-shadow text-transform unicode-bidi white-space word-spacing

Color CSS tulajdonságok, referencia

Webdesign