单选题

根据以下html和css代码,son盒子所属的包含块是() .grandf...

发布于 2022-03-03 16:06:18

根据以下htmlcss代码,son盒子所属的包含块是()

.grandfather {

          position:relative

          top:50px

          left:50px

          width:200px

          height:200px

          background-color: pink

}

.father {

         position:relative

          width:100px

          height:100px

          background-color: red

}

.son {

    position:fixed

    width:50px

    height: 50px

    left:10px

    top:10px

    background-color: green

}

 <div class="grandfather">

        <div class="father">

            <div class="son"></div>

        </div>

 </div>


登录后免费查看答案
关注者
0
被浏览
15
知识点
面圈网VIP题库

面圈网VIP题库全新上线,海量真题题库资源。 90大类考试,超10万份考试真题开放下载啦

去下载看看