作业·66 css

@charset "utf-8";
/* CSS Document */
body {font-family:"微软雅黑" ; font-size:12px; color:#000;}
*{margin:0 ; padding:0 ; list-style:none; border:0;}

.banner { width:1000px;
height:285px;
margin:13px auto 15px auto;
overflow:hidden;}

.left{
width:755px;
height:285px;
font-weight:bold;
background: url(images/pic.gif);
position:relative;
float:left;
}
.right{
width:245px;
height:285px;
background:#333;
float:right;
position:relative;
}
.content_right{
position:absolute;
top:50px;
left:30px;
}

posted @ 2021-06-08 09:38  执念;  阅读(31)  评论(0编辑  收藏  举报