为什们我的文字没有在图片里,想哭???
<html>
<meta charset="utf-8" />
<head>
<title>自我介绍</title>
<style type="text/css">
.box1{width:200px;
height:200px; position:relative;
}
.box2{ width:99%; position:absolute;
bottom:0; left:o;}
</style>
<div class=".box1"><img src="http://img1.sycdn.imooc.com//52b4113500018cf102000200.jpg" >
<div class=".box2">这是我的女朋友 </div>
</div>
</body>
</html>
