Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
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; |