I just have a little png, that is used as a "grid" by using background repeat, the format of the image for the grid would be something like this |_ then just repeat itself to cover the whole body.
Now the thing is, is there a possibility to change its color by using CSS3 ? not the background of the image but the lines only.
Saw that there's a "filter" attribute in CSS3, but I don't know which one to use or if it's the best way to do it.
Basically the color of the grid would be based on a color picker in RGB or Hex format. If there's any way to add any color i want to it?
Thanks in advance.