- CSS代码
-
body{ background:yellow; } #outside{ width:500px; height:500px; background:red; margin:50px; padding:80px 40px 80px 40px; border-style:solid; border-width:40px 60px 40px 60px; border-color:blue;} #inside { width:200px; height:200px; background:green; margin:50px; padding:80px; border-style:solid; border-width:20px; border-color:gray;}
- HTML例子
-
<html> <head> <link rel="stylesheet" type="text/css" href="css/test.css"/> <title>css test</title> </head> <body> <div id="outside"> this is outside div <div id="inside"> this is inside div </div> </div> </body> </html>
Marging Border Background Padding Context理解
最新推荐文章于 2023-09-17 12:42:25 发布