- 博客(5)
- 收藏
- 关注
原创 css下拉菜单制作
*{padding:0;margin:0;}ul li{list-style:none;}.one{background:#ccc;width:100px;height:40px;text-align: center;line-height:40px;float:left;margin-right:15px;cursor:pointer;
2017-07-29 10:45:02
245
原创 线性渐变,彩虹
*{padding:0;margin:0;}div{width: 1000px;height:100px;margin:50px auto;/*background:blue;*//*background:linear-gradient(150deg,green 50%,black 100%);*//*background:linear-gradient(p
2017-07-29 10:43:35
540
原创 叶子制作模式
div{width:150px;height:300px;background:red;border-radius:0 300px 0 300px;}设置宽度等于高度的一半,两个圆角等于高度的值即可-->
2017-07-29 10:41:37
206
原创 时间过渡制作
代码参考*{padding:0;margin:0;}div{width: 500px;height: 500px;border:1px solid red; }p{width: 50px;height: 50px;background:blue;margin-left:5px;}div:hover p{ma
2017-07-29 10:39:40
228
原创 html心得
1.学会找度娘2.知道网页其实都是一个个的盒子组合,学会分大区域(头、身、尾),然后在大区域里放各种小盒子3.要知道千万不要给整体的大盒子定宽度,比如头部+一个logo,整体我给个高度就好,宽度让其自动,中间再放logo部分给宽度,这么做是为了不让网页在分辨率不同的屏幕上出现横向滚动,因为you know 全世界不是只有你一台电脑4.接第三点要知道大部分的网页其实真正要写的
2017-07-28 18:43:29
279
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人