• 11.14作业


    <!DOCTYPE html>
    <html lang="en" xmlns:box-shadow="http://www.w3.org/1999/xhtml">
    <head>
        <meta charset="UTF-8">
        <title>Title</title>
        <style>
            body{
                margin:0;
            }
            .left{
                float: left;
                height: 1000px;
                 25%;
                background-color:#787878;
            }
            .right{
                float:left;
                height: 1000px;
                 75%;
                background-color:rgb(238,238,238);
            }
            .circle{
                 200px;
                height: 200px;
                border-radius: 50%;
                border: white 2px solid;
                margin: 30px auto;
                overflow: hidden;
            }
            img{
                 100%;
            }
            .left p{
                text-align: center;
            }
            .about{
                margin-top: 70px;
                font-weight:bold;
                font-size: 18px;
                color: rgba(180,188,195,0.52);
            }
            .jineng{
                margin-top: 70px;
                font-weight:bold;
                font-size: 15px;
                color: rgba(180,188,195,0.52);
            }
            .text{
                 1050px;
                height: 170px;
                background-color: white;
                margin-top: 30px;
                margin-left: 50px;
            }
    
            .text p{
                margin-left: 20px;
            }
            .date {
                font-size: 28px;
                border-left:red 6px solid;
                padding-left: 20px;
                /*margin-left: -20px;*/
            }
            .text span{
                font-size: 14px;
                margin: 10px 10px 0 0;
                float: right;
            }
            div.text{
                box-shadow: 2px 2px 5px #000;
            }
    
        </style>
    </head>
    <body>
    <div class="left">
        <div class="circle"><img src="头像.jpg" alt=""></div>
        <p>刘子的博客</p>
        <p>Ayo,这里是来自csc的aka刘子</p>
        <div class="about">
            <p>关注我</p>
            <p>教你</p>
            <p>长沙rap</p>
        </div>
        <div class="jineng">
            <p>HEY KONG</p>
            <p>天命之军</p>
            <p>二手摩托</p>
        </div>
    </div>
    
    <div class="right">
        <div class="text">
                <p class="date" style="margin-left: 0px">标题一 <span >2019-11-14</span></p>
    
        <p>一二三四五六七八九十!</p>
            <hr size="3" color="black">
            <p>#长沙hood&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#黄土高坡</p>
        </div>
        <div class="text">
                <p class="date" style="margin-left: 0px">标题一 <span >2019-11-14</span></p>
    
        <p>一二三四五六七八九十!</p>
            <hr size="3" color="black">
            <p>#长沙hood&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#黄土高坡</p>
        </div>
        <div class="text">
                <p class="date" style="margin-left: 0px">标题一 <span >2019-11-14</span></p>
    
        <p>一二三四五六七八九十!</p>
            <hr size="3" color="black">
            <p>#长沙hood&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#黄土高坡</p>
        </div>
        <div class="text">
                <p class="date" style="margin-left: 0px">标题一 <span >2019-11-14</span></p>
    
        <p>一二三四五六七八九十!</p>
            <hr size="3" color="black">
            <p>#长沙hood&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#黄土高坡</p>
        </div>
        <div class="text">
                <p class="date" style="margin-left: 0px">标题一 <span >2019-11-14</span></p>
    
        <p>一二三四五六七八九十!</p>
            <hr size="3" color="black">
            <p>#长沙hood&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#黄土高坡</p>
        </div>
        
    
    </div>
    </body>
    </html>
    
  • 相关阅读:
    刚开发的游戏《天黑请闭眼》
    用手机控制服务器
    专业网站打包/解包asp工具(E文精装版本)!
    令我爱慕的女子(转自7di.net)
    8088 汇编速查手册
    Asp调用函数是否会影响性能?
    文档管理器
    ubuntu install xxx.deb
    Java线程池的原理及几类线程池的介绍
    ubuntu download file path
  • 原文地址:https://www.cnblogs.com/maqiaobin/p/11862708.html
Copyright © 2020-2023  润新知