猿问

如果在这两列中设置边距,就是让这两列有空白隔开?

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

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

    <title></title>

    <style type="text/css">

        h3{margin:0;padding:0;

           border:0;

            font-size:18px;}

        .box{width:300px;

            border-left:300px solid #0026ff;

             background:#808080

        }

        .left{margin-left:-300px;

              float:left;

             

             

        }

        

    </style>

</head>

<body>

<div class="box">

    <nav class="left">

        <h3>导航</h3>

        <h3>导航</h3>

    </nav>

    <section>

        <div class="module">模块</div>

        <div class="module">模块</div>

        <div class="module"></div>

        <div class="module"></div>

        <div class="module"></div>

        <div class="module"></div>

        <div class="module"></div>

        <div class="module"></div>

    </section>

   

    

</div>

    

</body>

</html>

慕娘6074509
浏览 1280回答 1
1回答

一毛钱

用margin或者padding都可以解决
随时随地看视频慕课网APP
我要回答