test

Css code posted
created at 01 Jul 03:39

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
pre {
    counter-reset: line-numbering;
    border: solid 1px #d9d9d9;
    border-radius: 0;
    background: #fff;
    padding: 0;
    line-height: 23px;
    margin-bottom: 30px;
    white-space: pre;
    overflow-x: auto;
    word-break: inherit;
    word-wrap: inherit;
}
288 Bytes in 4 ms with coderay