Client-Side Web Technologies

Client-Side Web Technologies

CSS Part III

Topics

? Color and background properties ? Font and text properties ? Table properties ? Transforms ? Transitions and Animations

Color Property

? Specifies the color of an element's text content ? color

? Value: color | inherit ? Initial: varies among browsers ? Inherited: yes

? Examples:

? color: red; ? color: #efefef; ? color: rgb(255, 0, 0)

Background Color Property

? Specifies the color of an element's background ? background-color

? Value: color | inherit ? Initial: transparent ? Inherited: no

? Examples:

? background-color: red; ? background-color: #efefef; ? background-color: rgb(255, 0, 0)

Background Image Property

? Specifies the background image(s) of an element ? background-image

? Value: [ image | none [ , image | none ]* ] | inherit ? Initial: none ? Inherited: no

? Examples:

? background-image: url(`sompic.jpg'); ? background-image: url(`abc.jpg'), url(`123.jpg');

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download