HTML基础学习-18- div css容器 盒子模型学习1
HTML基础学习-18- div css容器 盒子模型学习1
<head><title>div 加 css 1title><meta charset="utf-8"><style type="text/css">/*div{background-color:green;}span{background-color:green;}body{margin:0;}*/.parenta{margin:0 auto;background-color:red;width:600px;height:600px;}.childa{float:left;background-color:blue;width:240px;height:240px;}.childb{float:left;background-color:green;width:240px;height:240px;}.parenta div{margin:10px;border:solid 10px;padding:10px;}style>head>
<body><div class="parenta"><div class="childa">div><div class="childb">div>div>body>html>
跟随视频学习,手写记录自己学习过程中的点点滴滴,一起加油吧。
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
