• Resolved Velldanas

    (@velldanas)


    Hi again.
    I need black color in my background on my site https://www.metrogame.pro
    I have this:

    body { background:url(images/top.jpg); background-repeat:no-repeat; background-position:center top; font: 12px Arial, sans-serif; color: #3a3a3a; }

    i try, and change to:

    body { background: #000000 url("../images/top.jpg"); background-repeat:no-repeat; background-position:center top; font: 12px Arial, sans-serif; color: #3a3a3a; }

    but now i have only black color background, without picture :\
    ——————————-
    And 2 question:
    i need move my logo from left to center. How did it ?!
    p.s. i have custom css

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change background color and move logo’ is closed to new replies.