Line number textarea

by Corentin Ballot

HTML

<textarea rows="10" cols="40"></textarea>

CSS

textarea{
    background: url(http://localhost:4000/api/cloud/file?fileurl=/2cOaJ_d.jpg);
background-attachment: local;
background-repeat: no-repeat;
padding-left: 35px;
padding-top: 10px;
    border-color:#ccc;
    line-height: 20px;
}