CSS笔记(二)

  • CSS 列表
  • CSS Table(表格)
  • CSS 盒子模型
  • CSS Border(边框)
  • CSS 轮廓(outline)属性
  • CSS margin(外边距)
  • CSS padding(填充)
Read more

CSS笔记(一)

  • CSS简介
  • CSS 语法
  • CSS Id 和 Class 选择器
  • CSS 创建
  • CSS Backgrounds(背景)
  • CSS Text(文本)
  • CSS Fonts(字体)
  • CSS 链接(link)
Read more

HTML笔记(二)

  • HTML CSS
  • HTML 图像
  • HTML 表格
  • HTML 列表
  • HTML 区块
  • HTML 布局
  • HTML 表单
Read more

HTML笔记(一)

  • HTML 简介
  • HTML 基础
  • HTML 元素
  • HTML 属性
  • HTML 标题
  • HTML 段落
  • 文本格式化
  • HTML 超链接
  • HTML 头部
Read more

前端学习路线

  • html, css和js
  • 提升开发环境
  • 学习框架
  • 提升知识深度与广度
  • 软实力
  • 享受生活
Read more

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment