• I would like to change the body color of my blog to black. I replaced the hex cod with black (000000). What am I doing wrong?

    body {
    background: #000000;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0px auto 0px;
    padding: 0px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing background colors’ is closed to new replies.