Announcement

Collapse
No announcement yet.

Fixed Body Background

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Additional.css Fixed Body Background

    Code:
    body {
        background: url("path/to/the/background/image.png") no-repeat center fixed;
        background-size: cover;
    }
    [COLOR=#FF0000]#content {
        background-color: rgba(255,255,255,0.8); /* white with 80% transparency (adjust as needed) */
    }[/COLOR]
    The code in red can be removed if you want a transparent background
Working...
X