day3-作业

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
        <style type="text/css">
            a{
                text-decoration: none;
            }
            #div1{
                
                height: 100px;
            }
            #div2{
                background-color: black;
                height: 50px;
                color: white;
                position: relative;
            }
            #div2 div{
                height: 50px;
                width: 12%;
                float: left;
                position: relative;
                border-left: 1px solid red;

            }
            #div2 div font{
                position: relative;
                top: 10px;
                left: 50px;
                font-size: 20px;
            }
            #div3{
                height: 500px;
                background-color: mediumvioletred;
            }
            #div4{
                height: 600px;
            }
            #div5{
                height: 300px;
                background-color: darkgray;
            }
            #div6{
                position: relative;
                height: 100px;
            }
            #div6 a{
                float: left;
                position: relative;
                top: 40px;
                border: 2px dotted blue;
                left: 20px;
            }
            #div7{
                background-color: yellow;
                height: 100px;
                width: 50%;
                float: right;
                position: relative;
            }
            #div7 font{
                position: relative;
                left: 10%;
                top: 30px;
                font-size: 30px;
            }
        </style>
        <div id="div1">
            <img src="img/timg.jpg" height="90px" style="margin-left: 20px;"/>
            <input style="height: 40px;width: 200px;float: right;background-color: darkgray;font-size: 20px;margin-top: 25px;
                " type="text" placeholder="搜索修仙方式..."/>
        </div>
        <div id="div2">
            <div><font>修仙境界</font></div>
            <div><font>修仙地域</font></div>
            <div><font>修仙法宝</font></div>
            <div><font>修仙神药</font></div>
            <div><font>修仙秘籍</font></div>
            <div><font>修仙门派</font></div>
            <div><font>修仙神兽</font></div>
            <div><font>修仙启示录</font></div>
        </div>  
        <div id="div3"><img width="100%" height="500px" src="img/8.jpg"/></div>
        <div id="div4">
            <div style="background-color: yellow;width: 50%;height: 300px;float: left;"></div>
            <div style="background-color: orange;width: 25%;height: 300px;float: left;"></div>
            <div style="background-color: brown;width: 25%;height: 300px;float: left;"></div>
            <div style="background-color: red;width: 25%;height: 300px;float: left;"></div>
            <div style="background-color: blue;width: 25%;height: 300px;float: left;"></div>
            <div style="background-color: lawngreen;width: 25%;height: 300px;float: left;"></div>
            <div style="background-color: deepskyblue;width: 25%;height: 300px;float: left;"></div>
        </div>
        <div id="div5"></div>
        <div id="div6">
            <a href="https://baike.baidu.com/item/%E8%BE%B0%E4%B8%9C/7304616?fr=aladdin" target="_blank">辰东</a>
            <a target="_blank" href="https://baike.baidu.com/item/%E5%A4%A9%E8%9A%95%E5%9C%9F%E8%B1%86/5022953?fr=aladdin">天蚕土豆</a>
            <a target="_blank" href="https://baike.baidu.com/item/%E6%A2%A6%E5%85%A5%E7%A5%9E%E6%9C%BA/797131?fr=aladdin">梦入神机</a>
            <a target="_blank" href="https://baike.baidu.com/item/%E5%BF%98%E8%AF%AD/4735254?fr=aladdin">忘语</a>
            <div id="div7">
                <font>仙路尽头谁为峰,一见老夫道成空</font>
            </div>
        </div>
    </body>
</html>
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 班级分组+作业点评+规则科普 一、班级分组 1、首月,按照战友编码,将77人的班级分成7组,每组11人,每组有一名...
    Tina2012v阅读 377评论 0 2
  • 2-3 个性化消息: 将用户的姓名存到一个变量中,并向该用户显示一条消息。显示的消息应非常简单,如“Hello E...
    七夜_174e阅读 877评论 0 7
  • 1.个性化消息: 将用户的姓名存到一个变量中,并向该用户显示一条消息。显示的消息应非常简单,如“Hello Eri...
    旧时初_2e8d阅读 300评论 0 3
  • 31-Justoneheart-北京-3 1负债:房贷, 2日常开支: (1)家庭吃用3000/月,給父母 (2)...
    Justoneheart阅读 121评论 0 0
  • 1.使用位运算判断一个数是否是奇数注:奇数的二进制的最后一位是1,偶数是0 2.表达式0x13&0x17的值是(1...
    落幕丶丶阅读 314评论 0 0