摘要: 1.html区域 2.css代码区域 效果图:一只滚动,鼠标悬浮及停止滚动 阅读全文
posted @ 2019-08-20 15:31 FengBrother 阅读(1559) 评论(0) 推荐(0) 编辑
摘要: 1.html代码 2.css代码 3.效果图 阅读全文
posted @ 2019-08-20 15:27 FengBrother 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 <style> 7 *{ 8 padding: 0; 9 margin: 0; 10 } 11 /*提升移动端响应区域的大小*/ 12 a{ 13 width: 50px; 14 height: 50px; 阅读全文
posted @ 2019-08-20 15:23 FengBrother 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 效果图 阅读全文
posted @ 2019-08-20 15:21 FengBrother 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 Title 6 63 64 65 66 67 68 69 70 71 阅读全文
posted @ 2019-08-20 15:16 FengBrother 阅读(780) 评论(0) 推荐(0) 编辑
摘要: 1.过度的基本介绍及写法 2.过度小案例:伸缩菜单项 2.1.html代码 2.2.css代码 阅读全文
posted @ 2019-08-20 15:14 FengBrother 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 1.边框图片详解 2.边框图片小案例 阅读全文
posted @ 2019-08-19 18:57 FengBrother 阅读(832) 评论(0) 推荐(0) 编辑
摘要: 1 <style> 2 div{ 3 width: 100%; 4 height: 150px; 5 border: 1px solid red; 6 /*overflow: scroll;*/ 7 /*1.添加背景颜色*/ 8 /*background-color: blue;*/ 9 /*2.添加背景图片 10 如果图片大于容器,那么默认就从容器左上角开始放置 11 如果图片小于容器,那么图片 阅读全文
posted @ 2019-08-19 18:50 FengBrother 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 1.制作一个立方体:首先要有6个面 2.具体代码展示在css中:集体描述展示在注释 阅读全文
posted @ 2019-08-19 18:45 FengBrother 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 效果图 阅读全文
posted @ 2019-08-18 18:35 FengBrother 阅读(169) 评论(0) 推荐(0) 编辑