CSS Examples

Individual Properties Style rules Comments p {font-family:Helvetica, Geneva; Of those listed, the first available font will be applied. font-style:italic; Text will be rendered as italic. font-weight:bold; Text will be rendered as bold. font-size:10pt; Text will be rendered as 10-point type. color:#00FFFF; Text will be rendered to the hex color value #00FFFF. background-color:blue; The element’s background […]