Skip to content

Instantly share code, notes, and snippets.

@yang-wei
Last active June 6, 2024 06:56
Show Gist options
  • Save yang-wei/9114967 to your computer and use it in GitHub Desktop.
Save yang-wei/9114967 to your computer and use it in GitHub Desktop.

Revisions

  1. yang-wei renamed this gist May 24, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. yang-wei created this gist Feb 20, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    html {
    background: url(image url) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    }