美文网首页
定位练习

定位练习

作者: Dxes | 来源:发表于2019-12-06 21:03 被阅读0次
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
        <!--=========================1.定位练习=========================-->
        <style type="text/css">
            #div1{
                position: absolute;
                top: 100px;
                left: 100px;
            }
            
            #div2{
                position: absolute;
                bottom: 20px;
                left: 20px;
            }
            
            #div3{
                position: absolute;
                bottom: 20px;
                right: 20px;
            }
            
            #div4{
                position: absolute;
                bottom: 20px;
                right: 20px;
            }
            
        </style>
        <div id="div1" style="background-color: blue; width: 400px; height: 400px;">
            <div id="div2" style="background-color: deeppink; width: 100px; height: 100px;"></div>
            <div id="div3" style="background-color: deeppink; width: 100px; height: 100px;"></div>
        </div>
        
        <div id="div4" style="background-color: deeppink; width: 100px; height: 100px;"></div>
        
        
    </body>
</html>

相关文章

  • 定位练习

    定位练习1 定位练习2

  • 定位练习

    第一步 我拥有怎样的定位 不要问自己是什么 要问自己在潜在顾客心智中是什么。 晚上辅导 做作业的 一说起补课 就是...

  • 定位练习

  • 定位(相对定位、绝对定位)练习

    1.内容区域,划分问题(图一) 出现问题:内容区域应该分为左右结构,而我写在一个ul里边第一个li单独设置的值 解...

  • 定位是标签,主题有选择

    四词故事:定位,主题,写作,内容 定位是标签,主题有选择,写作是练习,内容是精华。 定位是标签 找准定位,列出主题...

  • 2.10雅思全程班阅读

    一、判断题作业讲解 二、阅读选择题 step 1: 定位 定位题练习 段落分析

  • 背景

    设置背景 背景的偏移和定位 按钮练习 作业

  • 《可复制的领导力》

    清晰定位,刻意练习。 每个人的管理能力不是天生的,都是需要后期在各领域中刻意练习。每个管理者需要清晰定位,做好本职...

  • 少儿模特课程教学大纲

    初级 中级 12、小三角形定位(双点式) 13、拧麻花练习 14、9点定位 高级

  • 2018-11-12元素定位

    定位练习(//a[contains(text(),'指南')])[1](//h3[@id='ji-chu-yong...

网友评论

      本文标题:定位练习

      本文链接:https://www.haomeiwen.com/subject/xnxygctx.html