Blogger Information
Blog 15
fans 0
comment 0
visits 10422
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
盒模型案例
超超的博客
Original
858 people have browsed it

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>practice</titlie>

<style>

    .box{width:400px; height:400px;background:#333; border:1px solid blue;}

    .content{height:inherit; background:#f00;padding:20px;}

    .content p { width:400px; height:40px; line-height:40px; font-size:14px; text-align:center; background:#333; color:#fff; margin-top:180px;}

</style>

</head>

<body>

<div class="box">

    <div class="content">

       <p>盒模型</p>

    </div>

</div>

</body>

</html>



Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!