iPascalCase
10/26/2017 - 11:06 PM

adding a diagnal line to the whole web page with css

adding a diagnal line to the whole web page with css

html {
    background: #f0f0f0 url("../images/bg_diagonal_lines2.png") 0 0 repeat;
    color: #000;
    overflow-x: hidden
}