【代码笔记】Web-CSS-CSS盒子模型


一,效果图。

 

二,代码。

复制代码
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS 盒子模型</title> <style> div.ex { width: 220px; padding: 10px; border: 5px solid gray; margin: 0px; } </style> </head> <body> <img src="w3css.gif" width="250" height="250" /> <div class="ex">the picture above is 250px wide.the total width of this element is also 250px.</div> </body> </html>
复制代码

 

参考资料:《菜鸟教程》


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM