Created
December 9, 2022 11:39
-
-
Save Axoloteera/f55a432663e2a6f3e1ccc8ea2d6894b4 to your computer and use it in GitHub Desktop.
css网页背景图 透明度0.75 参考https://blog.csdn.net/qq_42539194/article/details/111867842
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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