900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > html表格圣杯布局页面 Css圣杯布局

html表格圣杯布局页面 Css圣杯布局

时间:2023-06-27 01:30:31

相关推荐

html表格圣杯布局页面 Css圣杯布局

圣杯布局

html, body {

padding: 0;

margin: 0;

}

body {

min-width: 700px;

font-size: 24px;

}

#header, #footer {

width: 100%;

height: 30px;

line-height: 30px;

background-color: #909399;

text-align: center;

}

#container {

margin-left: 240px;

margin-right: 200px;

}

#container .column{

position: relative;

float: left;

height: 100px;

}

#center {

width: 100%;

background-color: #1890ff;

}

#left {

width: 240px;

background-color: #F56C6C;

margin-left: -100%;

left: -240px;

}

#right {

width: 200px;

background-color: #E6A23C;

margin-right: -200px;

}

.clearfix:after {

content: '';

display: table;

clear: both;

}

#header#center#left#right#footer

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。