博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
2017/09/15 ( 框架2)
阅读量:5042 次
发布时间:2019-06-12

本文共 978 字,大约阅读时间需要 3 分钟。

<!DOCTYPE html>

<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
.container {
width: 50%;
height: 100px;
border: 3px solid black;
}
.items {
width: 50px;
height: 50px;
background-color: blue;
border: 2px solid red;
float: right;
margin-right: 50px;
font-size: 50px;
color: white;
}
.aa{width: 300px; height: 300px;
border: 5px solid darkslategray}
.bb{ width: 30px; height: 30px;
background-color: yellow;
border: 3px solid cyan;
float: right;
margin-right: 20px;
font-size: 20px;
color: white}
</style>
</head>
<body>
<div class="container">
<div class="items">1</div>
<div class="items">2</div>
<div class="items">3</div>
<div class="items">4</div>
<div class="items">5</div>
<div class="items">6</div>
</div>
<div class="aa">
<div class="bb"></div>
<div class="bb"></div>

<div class="bb"></div>

<div class="bb"></div>
<div class="bb"></div>
<div class="bb"></div>
<div class="bb"></div>

</div>

</body>
</html>

转载于:https://www.cnblogs.com/buzhiheyan/p/7529218.html

你可能感兴趣的文章
雅虎的这个效果,有机会实现一下
查看>>
第五周学习进度情况
查看>>
【旧文章搬运】Windbg+Vmware驱动调试入门(四)---VirtualKD内核调试加速工具
查看>>
Linux GDB Debugging
查看>>
代码智能提示
查看>>
Bootstrap 模态对话框只加载一次 remote 数据的解决办法
查看>>
SpringBoot源码解析:AOP思想以及相应的应用
查看>>
神的回帖
查看>>
3149 爱改名的小融 2
查看>>
20189208杨晨曦《移动平台开发实践》第9周学习总结
查看>>
UVa 11636 (注意读题) Hello World!
查看>>
find搜索文件系统,实时搜索
查看>>
【BZOJ3052】[wc2013]糖果公园 带修改的树上莫队
查看>>
Bootstrap 输入组
查看>>
hdu1003(简单dp)
查看>>
hdu3054(斐波那契。。。。找规律)
查看>>
个人博客02
查看>>
Winform架构
查看>>
洛谷4248 AHOI2013差异 (后缀数组SA+单调栈)
查看>>
机器学习之三:过拟合与正则化
查看>>