Just contact the design work friends have to use CSS, this article simply introduced some of the use of CSS often used in the use of some of the attributes of information, I hope to help you.
The CSS properties you can set include: Font properties, Text properties, color and background properties, border properties, container properties (margin properties, padding properties), category properties, Mouse properties.
Ii. Basic Attributes
Font properties: font-family font-style font-variant font-weight Font
Text properties: word-spacing letter-spacing text-decoration vertical-align text-transform
Text-align text-indent Line-height
Color Background properties: Color background (background-color background-image background-repeat
Background-attachment background-position)
Border properties: Border (border-top border-right border-bottom border-left) (border-width
Border-style Border-color)
Container properties: Margin padding width height float clear
Category attributes: Display white-space list-style-type list-style-image list-style-position
List-style
Mouse Properties: Auto crosshair default hand move e-resize ne-resize nw-resize n-resize
Sw-resize s-resize w-resize text Wait Help
Third, CSS layout
The CSS box model's understanding is very helpful for CSS layouts, and each element has an element box. HTML layout usually uses Div, divides the page into many squares, each square and the entire whole can each use a div to accommodate, then uses the CSS to carry on the layout to each div. Common layout properties include: Margin padding float clear top right buttom left z-index position.