层模型--固定定位

来源:13-8 我就在那不动了-层模型之固定定位

echojson

2016-04-17 16:12

怎么让div1居中呢?margin:0 autor;不行啊

写回答 关注

2回答

  • 尋找四葉草
    2016-04-17 16:33:19

    <!DOCTYPE HTML>

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <title>relative样式</title>

    <style type="text/css">

    #div1{

        width:200px;

        height:200px;

        line-height:200px;

        border:2px red solid;

        margin:20px auto;

        background:#ccc;

        //position:fixed;

        //bottom:0;

        //right:0;

    }


    </style>

    </head>

    <body>

    <div id="div1"></div>

    <p>文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本。</p>

       

    </body>

    </html>


  • 慕函数5092395
    2016-04-17 16:18:41

    div1{ text-align:center;}

    echojs...

    也试过了,不行

    2016-04-17 16:20:50

    共 1 条回复 >

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1225297 学习 · 18230 问题

查看课程

相似问题