CSS 三栏布局

一、浮动布局 floatweb <style> .container{ width:100%; height:100px; } .left{ width:250px; height:100%; background:red; float:left; } .right{ width:250px; height:100%; background:pink; float:rig
相关文章
相关标签/搜索