Help for this page

Select Code to Download


  1. or download this
    BODY {
      color: white; 
    ...
      background-position: top right;
      background-attachment: fixed;
    }
    
  2. or download this
    BODY {
      color: white; 
      font-family: sans-serif;
      background: url("images/vbc.jpg") #0e7aef no-repeat fixed top right;
    }