css中的margin

2016-09-02  本文已影响8人  huhu502
  .one,.two{
        width: 300px;
        height: 300px;
        background-color: pink;
    }
    .one{
        margin-bottom: 180px;
    }
    .two{
        margin-top: 200px;
        background-color: green;
    }
    </style>
   </head>
  <body>
    <div class="one">   
    </div>
    <div class="two"></div>
  </body>
         ul{
            list-style: none;
        }
上一篇 下一篇

猜你喜欢

热点阅读