Skip to content

Instantly share code, notes, and snippets.

View ChanMenglin's full-sized avatar

陈孟林 ChanMenglin

  • 中国湖北
  • 17:38 (UTC +08:00)
View GitHub Profile
@ChanMenglin
ChanMenglin / bash-colors.md
Created April 16, 2020 06:56 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@ChanMenglin
ChanMenglin / css-selectors.md
Created March 5, 2019 02:23 — forked from magicznyleszek/css-selectors.md
CSS Selectors Cheatsheet

CSS Selectors Cheatsheet

Element selectors

Element -- selects all h2 elements on the page

h2 {
    foo: bar;