If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
CSS Properties
The meat of HTML language are being made by the tags like (i.e.,<b>,<body>,<a>,etc). Css has many properties (Font, Box, Color, Text) that we are already explained over in some tutorials.
If you don’t know already CSS has grouped into logical goups its properties, and so an order has been made for them, than HTML who is not. The following tutorial will give you a short and ‘keen’ description of each CSS properties. So, here are the Css references.
Text Properties
So you can control spacing, decoration, alignment and other aspects to the text. We have made a list with all the CSS text properties.
- letter-spacing
- word-spacing
- text-decoration
- vertical-align
- text-transform
- text-align
- text-indent
- line-height
Font Properties
If you want to control all aspects to your text graphical representation you can do it with font properties. To have thickness to your font(font-weight) to font type (font-family) to your choice. Bellow are the font properties :
- font
- font-family
- font-size
- font-style
- font-weight
- font-variant
Color Properties
Color Properties defines what color the text inside the specific HTML element will have. You can use classes or indentifiers for multiple color for one type of HTML element.
- Color
Classification Properties
The classification properties as having the list element and all the leftover elements that would not fit into any other category. Check out our CSS Properties Reference for a an example of all the properties mentioned here.
- Display
- Whitespace
- List Style
- List Style Type
- List Style Image
- List Style Position
Background Properties
Background properties control things like if the background is a single color or maybe an image. If it’s an image you can set the position of the image and tell it whether or not you want the image to repeat left-to-right and/or top-to-bottom.
- Background
- Background Color
- Background Image
- Background Repeat
- Background Attachment
- Background Position
Box Properties
The box properties are used to define the spacing in and around HTML element, their borders, and other positioning aspects. Border, Margin, and Padding all have four properties each: top, right, bottom, and left.
- Margin
- Padding
- Border
- Border-width
- Border-color
- Border-style
- Width
- Height
- Float
- Clear
