Background Texture

HTML
CSS
body { background: -webkit-linear-gradient(top, #2c3e50 0, rgba(51, 51, 51, 0) 100%), -webkit-repeating-linear-gradient(160deg, #3498db 0, #3498db 1px, #2c3e50 0, #2c3e50 9px); background: linear-gradient(to bottom, #2c3e50 0, rgba(51, 51, 51, 0) 100%), repeating-linear-gradient(-70deg, #3498db 0, #3498db 1px, #2c3e50 0, #2c3e50 9px); height: 100vh; }
JAVASCRIPT
Expand for more options Login