- Recognize the CSS box model.
- The flexible use of CSS selectors.
- Instance:
- The image text is formed by an HTML file with div and other element layouts.
- Create a new CSS file and link to the HTML file.
- Style defined in CSS file
- Div.img:border,margin,width,float
- Div.img Img:width,height
- Div.desc:text-align,padding
- Div.img:hover:border
- Div.clearfloat:clea
<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Title</title> <Linkrel= "stylesheet"type= "Text/css"href=".. /residual blood/css/66.css "></Head><Body><Divclass= "logo"> <Divclass= "small"> <ahref= "https://baidu.com/"> <imgsrc= "Http://pic32.photophoto.cn/20140828/0005018374536396_b.jpg"></a> <Divclass= "Describe"><ahref= "https://baidu.com/">League of Legends</a></Div> </Div> <Divclass= "small"> <ahref= "https://baidu.com/"> <imgsrc= "Http://imgsrc.baidu.com/imgad/pic/item/5fdf8db1cb134954a6673ab05c4e9258d0094aed.jpg"></a> <Divclass= "Describe"><ahref= "https://baidu.com/">Thunder Roar</a></Div> </Div> <Divclass= "small"> <ahref= "https://https://baidu.com/"> <imgsrc= "Http://pic.qiantucdn.com/58pic/18/41/26/561c5c2c554d7_1024.jpg"></a> <Divclass= "Describe"><ahref= "https://baidu.com/">Ice shooter</a></Div> </Div> <Divclass= "small"> <ahref= "https://baidu.com/"> <imgsrc= "Http://imagscdn.3234.com/attaches/23/07/76798-f8MShl.jpg"></a> <Divclass= "Describe"><ahref= "https://baidu.com/">The Hand of Noxus</a></Div></Div> <Divclass= "clean"> <imgsrc= "Http://pic32.photophoto.cn/20140828/0005018374536396_b.jpg"> <imgsrc= "Http://imgsrc.baidu.com/imgad/pic/item/5fdf8db1cb134954a6673ab05c4e9258d0094aed.jpg"> <imgsrc= "Http://pic.qiantucdn.com/58pic/18/41/26/561c5c2c554d7_1024.jpg"> <imgsrc= "Http://imagscdn.3234.com/attaches/23/07/76798-f8MShl.jpg"></Div></Body></HTML>
img{width:100px; }Div. img{width:100px;Border:1px solid #eeeeee;float: Left;margin:15px; }div.img img{width:100%;Height:Auto; }Div.desc{text-align:Center;padding:15px; }Div.img:hover{Border:1px solid #222222; }. Clearfloat{Clear:both;
CSS instances: Picture navigation blocks