Skip to content

Instantly share code, notes, and snippets.

@alt-karate
Created August 19, 2021 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alt-karate/7c25a0b60ed0d70e6e19b31a6d312d32 to your computer and use it in GitHub Desktop.
Save alt-karate/7c25a0b60ed0d70e6e19b31a6d312d32 to your computer and use it in GitHub Desktop.
.hoge {
background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url(./images/bg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment