博客列表 >0328作业后补

0328作业后补

小小的菜的博客
小小的菜的博客原创
2018年03月29日 20:01:53535浏览

以下只为占位

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<style type="text/css">

.box1 {

width: 100%;

height: 100px;

background-color: gray;

/*overflow:hidden;*/


}

.box2 {

width: 100%;

height: 100px;

background-color: black;

}

.box3{

width: 100%;

height: 100px;

background-color: blue;

}

.box4 {

width: 100%;

height: 100px;

background-color: yellow;

}

.con1 {

width: 800px;

height:100%

background-color:red;

margin:auto;

line-height: 100px;

/*float:left;*/

}

</style>

</head>

<body>

<div>

<div>1</div>

</div>

<div></div>

<div></div>

<div></div>

</body>

</html>


声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议