HTML固定与自适应进行布局的混合使用_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:11:15
HTML固定与自适应进行布局的混合使用_html/css
HTML固定与自适应进行布局的混合使用_html/css_WEB-ITnose:// this is a page body{padding:0; margin:0; } .left{width:200px; height:500px; position:absolute; left:0px; top:0px; background: red;} .middle{height:500px; background: blue; margin:0 310px 0 210px;} .right{width:300px; height:500px; positi
导读HTML固定与自适应进行布局的混合使用_html/css_WEB-ITnose:// this is a page body{padding:0; margin:0; } .left{width:200px; height:500px; position:absolute; left:0px; top:0px; background: red;} .middle{height:500px; background: blue; margin:0 310px 0 210px;} .right{width:300px; height:500px; positi

//
this is a pagethis is leftthis is autothis is right
HTML固定与自适应进行布局的混合使用_html/css
HTML固定与自适应进行布局的混合使用_html/css_WEB-ITnose:// this is a page body{padding:0; margin:0; } .left{width:200px; height:500px; position:absolute; left:0px; top:0px; background: red;} .middle{height:500px; background: blue; margin:0 310px 0 210px;} .right{width:300px; height:500px; positi