zoukankan      html  css  js  c++  java
  • 简单的页面

    <html>
    <head>
    <title>简单的页面</title>
    <style>
       .QAQ{
        840px;
        height:390px;
        background:red;
        margin:0 auto;
       }
      .A{
       840px;
       height:100px;
       background:#EDEDED;
       }
      .B{
       840px;
       height:40px;
      background:green;
       }
      .B-A{
       280px;
       height:40px;
       background:url(day/111_01.png);
       float:left;
       margin:0 auto;
      }

      .B-B{
       280px;
       height:40px;
       background:url(day/111_03.png);
        float:left;
      }
      .B-C{
       280px;
       height:40px;
       background:url(day/111_05.png);
        float:left;
      }
     
      .C{
       840px;
       height:200px;
       background :black;
       }
     
      .D{
       840px;
       height:50px;
       background:yellow;
       }
     
     
     
    </style>
    </head>
    <body>
     
      <div class="QAQ">
        <div class="A"></div>
        <div class="B">
          <div class="B-A"></div>
          <div class="B-B"></div>
          <div class="B-C"></div>
        </div>
        <div class="C"></div>
        <div class="D"></div>
       
       </div>
    </body>
    </html>

  • 相关阅读:
    一些基本概念
    Linux命令
    浮点型数据
    编码习惯
    VC++ Debug编译方式
    程序和进程
    文件和目录
    登录
    c#发送http请求注意
    html5获取图片的宽高
  • 原文地址:https://www.cnblogs.com/bingg/p/5373190.html
Copyright © 2011-2022 走看看