html5项目作业

html部分

IMOOC

CSSbufen

  • {
    margin:0;
    padding:0;
    bottom:none;
    }
    thead,tbody,tfoot {display:block;}
    body > .one{width:100%;}
    /页头内容/
    thead {
    background:#169bd5;
    width:100%;
    height:60px;
    }
    thead > tr > td {
    display:block;
    margin-top:10px;
    }

/主体内容/
tbody{}
/主体左侧内容/
.aside{
width:12%;
}
.aside > table td{border:none;}
.aside > table td p{
margin-top:50px;
line-height:2em;
font-size:16px;
font-family:“微软雅黑”;
}
/主体右侧内容/
.article{
width:88%;
}
.article > .article-1 td{
border:none;
}

/页脚内容/
tfoot {
height:60px;
}
tfoot > tr{
width:100%;
background:#169bd5;
display:block;
}
tfoot > tr > td{
width:100%;
font-size:16px;
line-height:60px;
text-align:center;
}

你可能感兴趣的:(html5项目作业)