Friday, November 26, 2004

First Check Testing Accuracy

style sheets

SOURCES

font-size: Size of the sources. Related
: Percentages x-large;



font-family: text font family.
Garamond, Arial, Helvetica, sans-serif, Courier, Times New Roman, Tahoma serif font-style: italic;


font-variant: If the characters are normal or small-caps (the uppercase letters are smaller.)
normal
text-align: alignment of the text. left text in relation to the baseline of the text.
baseline


background-color: Background color of a page element. transparent repeat CSS units

Padding: distance between the upper and content. CSS units

Border-style: style of border. Mean values: none = no border, dotted = dotted, dashed = dashed, solid = solid, double = double edge, and the others are 3D effects. none


border: Specify all the properties of an edge: width, style and color. O each with: border-top, border-bottom, border-left, border-right.
Ex: border: 1px solid # 000;

OTHER


float: Align an item to the left or right.
none Units:

absolute measures:
Pixels (px).
Inches (in). centimeters (cm). Millimeters (mm).
Points (pt). To sources.
Picas (pc). To sources.

Measures: em. To sources. ex. To sources.


Ref: Web Development


Programacion.com


0 comments:

Post a Comment