这是一个仿今日头条的项目我们把css 进行了模块化把页面分为了 页眉 主体 页脚 需要注意的是 大型的项目 不能使用@import url(‘reset.css’);的方式引入css 因为@import url(‘reset.css’)...
这是关于三个数据类型的基本运用以及函数 在使用函数的时候应该注意作用域 箭头函数的this 以及 立即执行函数的运用var string = ‘你好’ console.log(string); let bool...
css 部分代码我们使用了grid 布局grid-template-columns: 属性负责把窗口进行表格化gap 是负责把项目的间隙分开 body { background-color: beige; ...
网格作业 .grid { width: 800px; height: 800px; background-color: brown; displa...
.iconfont { font-family: "iconfont" !important; font-size: 50px; ...
知识点: 伪类 分为结构味蕾 和状态伪类 结构伪类为 nth-child frist-child last-child nth-last-child 状态伪类 ...
css 书写方式分三种 引入 行内样式 文本样式 选择器分为 4类 父子选择器 > 后代选择器...
书代码 钱需要必学习的知识 结构! 内容{text} 属性[attr] #id .class 重复* 父子> 兄弟 + 父级^ 分组(e...
我们用一下内容简单介绍一下表格caption>课程表 cellspacing 规定单元格之间的空白 thead 表格页眉 tbody 表格的主体 tfoot 表格的页脚 优...
在我们学习编程过程中有很多的 工具是需要学会使用的 比如markdown那么下面 就记录一下 学习过程中 markdown 的语法 二级三级四级这是目录 在markdown中使用目录前面 只需要加上 ### 号 一级 就一个 5级就4个 这是一...