Skip to content

Instantly share code, notes, and snippets.

View ghthor's full-sized avatar
🦆
Ducking

Will Owens ghthor

🦆
Ducking
View GitHub Profile
@ghthor
ghthor / maintest.css
Created August 18, 2011 22:19 — forked from anonymous/maintest.css
css Testing
body {
margin: 0;
}
body.index {
background-color: #000;
background-image: url(images/background9.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
@ghthor
ghthor / ANSI.md
Created May 16, 2023 07:39 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27