Blogger Information
失忆孤独患者
Blog
10
fans
0
comment
0
visits
3568
integral:0
P beans:10
  • List of blog posts
  • 仿今日头条部分代码

    这是一个仿今日头条的项目我们把css 进行了模块化把页面分为了 页眉 主体 页脚 需要注意的是 大型的项目 不能使用@import url(‘reset.css’);的方式引入css 因为@import url(‘reset.css’)...

    2023-03-23 14:17 Read 214 comment 0
  • js作业 之数据类型 数据类型函数使用

    这是关于三个数据类型的基本运用以及函数 在使用函数的时候应该注意作用域 箭头函数的this 以及 立即执行函数的运用var string = ‘你好’ console.log(string); let bool...

    2023-03-23 14:19 Read 410 comment 0
  • grid实战作业

    css 部分代码我们使用了grid 布局grid-template-columns: 属性负责把窗口进行表格化gap 是负责把项目的间隙分开 body { background-color: beige; ...

    2023-03-23 14:24 Read 540 comment 0
  • 网格 和flex 的实际运用

    网格作业 .grid { width: 800px; height: 800px; background-color: brown; displa...

    2023-03-19 13:16 Read 367 comment 0
  • icon font 和媒体查询的运用

    .iconfont { font-family: "iconfont" !important; font-size: 50px; ...

    2023-03-17 15:29 Read 413 comment 0
  • 怪异盒模型以及伪类运用以及新增选择器

    知识点: 伪类 分为结构味蕾 和状态伪类 结构伪类为 nth-child frist-child last-child nth-last-child 状态伪类 ...

    2023-03-16 15:04 Read 238 comment 0
  • 前端知识选择器 以及css 引入三大方式

    css 书写方式分三种    引入    行内样式    文本样式    选择器分为 4类    父子选择器 >    后代选择器...

    2023-03-15 16:23 Read 192 comment 0
  • 前端知识之表单运用以及写代码技巧

    书代码 钱需要必学习的知识 结构! 内容{text} 属性[attr] #id .class 重复* 父子> 兄弟 + 父级^ 分组(e...

    2023-03-14 19:05 Read 322 comment 0
  • 前端表格知识 页眉 主题 页脚 设计让表格更语义化

    我们用一下内容简单介绍一下表格caption>课程表 cellspacing 规定单元格之间的空白 thead 表格页眉 tbody 表格的主体 tfoot 表格的页脚 优...

    2023-03-13 00:10 Read 474 comment 0
  • markdown 语法 简单详解 学会很快就能运用

    在我们学习编程过程中有很多的 工具是需要学会使用的 比如markdown那么下面 就记录一下 学习过程中 markdown 的语法 二级三级四级这是目录 在markdown中使用目录前面 只需要加上 ### 号 一级 就一个 5级就4个 这是一...

    2023-03-10 13:38 Read 398 comment 0