1, the website common small icon call way:
Make all small icons a.png on a large image, and then call them according to the vertical axis.
Background:url ("A.png") -23px-70px no-repeat;
2. Common notation for block-level element centering:
margin:0px Auto;
3. How do I let hyperlinks affect the entire block?
To turn inline elements into block-level elements: Display:block
4. The text box only leaves the following line:
{border-width:0px; Border-bottom:solid 1px #000; }
5, Imitation Station:
Create a complete website with the knowledge you have learned
Students need to practice, you can download in small group files, or to the official website to download the site instance according to the imitation Station:
July 14, 2015 CSS Fourth session: Link: http://pan.baidu.com/1mgnEa72 Password:
6, HTML and CSS commonly used easy to mix phrase Summary:
Out-of-section hidden: Overflow:hidden;
Row-level element block level: Display:block;
Underline/Go down dash: text-decoration:underline/none;
Text Center: Text-align:center;
The border is a solid line: border-style:solid;
Border gap Merge: border-collapse:collapse;
Background picture is not repeated: background-repeat:no-repeat;
No sign before list: List-style-type:none;
Lesson Six course Highlights (imitation Station and common code usage)