Friday 8 October 2010

CSS texturing

I did this as a part of concept design stage for our TCC web site. Learned some cool features of CSS, this texture is acctual screenshot of background pattern rendered with CSS in Mozilla.

CSS texture, no loading, no bandwith=cool.

copy and paste into CSS selector for a nice web background.(mozilla browser..)
1) background: -moz-repeating-linear-gradient(37% 1% 160deg,#0F0F0F, #404040, #1C1C1C 1%);
2) background: -moz-repeating-linear-gradient(13% 1% 109deg,#0F0F0F, #404040, #1C1C1C 5%);