问答详情
源自:1-1 网站分析与展示

完整的源码

有完整的源码吗?

提问者:宝慕林5791661 2018-11-06 22:38

个回答

  • 七染天鸭
    2018-12-07 14:46:59

    什么的完整的源代码?

  • 慕少6737395
    2018-11-07 17:52:28



    /*在此定义相应的类选择器,并根据要求设置相关CSS属性*/

    .maxbox{

        width:960px;

        background:#CFF;

    }

    .box1{

        width:740px;

        height:300px;

        background:#C9F;

        float:left;

    }


    .box2{

        width:210px;

        height:300px;

        background:#FCF;

        float:left;

    }


    </style>

    </head>


    <body>

    <div class="maxbox">

    <div class="box1"></div>

    <div class="box2"></div>

    <!--在此添加相应的div标签-->

    </div>