html5学习笔记

元素 加 ID 的方式 指定样式

div#container{

  width:100%

}

div#content_menu{

  width:30%

  float:left;

}

div#content_body{

  width:70%

  float:left;

}

div#footing{

width:100%;

clear:both;--清除浮动

}

 

posted @ 2017-05-02 17:33  sekai  阅读(43)  评论(0)    收藏  举报