Heim >Web-Frontend >HTML-Tutorial >学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:27:271011Durchsuche

盒子模型的效果:

调整faceul的宽,可以调整每一排摆放的数目,调整div1的margin值,可以改变整体的位置,这是很有用的布局模式

===========================================================

html代码:



   


     

 

 


     

         

               
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose


  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose


  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •            
  • 学习笔记(5):DIV+CSS 经典盒子模型 积累_html/css_WEB-ITnose

  •      

   


================================================

CSS代码:

*{
margin:0px;
padding:0px;
}
.div1{
width:500px;
height:300px;
border:1px solid gray;
}

.faceul{
width:420px;
height:250px;
border:1px solid red;
}

.faceul li{
list-style-type:none;
float:left;
width:70px;
height:50px;
border:1px solid red;
margin-left:5px;
margin-top:5px;
}

.faceul img{
width:60px;
height:40px;
margin-left:5px;
margin-top:5px;
}

 

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn