作业·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 { 1000px;
height:285px;
margin:13px auto 15px auto;
overflow:hidden;}

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

原文地址:https://www.cnblogs.com/liuwenjun-03/p/14861468.html