Skip to content

Instantly share code, notes, and snippets.

@Axoloteera
Created December 9, 2022 11:39
Show Gist options
  • Save Axoloteera/f55a432663e2a6f3e1ccc8ea2d6894b4 to your computer and use it in GitHub Desktop.
Save Axoloteera/f55a432663e2a6f3e1ccc8ea2d6894b4 to your computer and use it in GitHub Desktop.
css网页背景图 透明度0.75 参考https://blog.csdn.net/qq_42539194/article/details/111867842
body {
background-image:
linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("../../static/img/bg.gif");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment