为了账号安全,请及时绑定邮箱和手机立即绑定

为什们我的文字没有在图片里,想哭???

<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>


正在回答

2 回答

把class=".box1"和class=".box2"中的“.”去掉,前面的.box1{}中"."是类选择符,类名应该是个box1http://img1.sycdn.imooc.com//5a01ab440001489b19201080.jpg

0 回复 有任何疑惑可以回复我~

<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>

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什们我的文字没有在图片里,想哭???

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信