Home >Backend Development >PHP Tutorial >WordPress random background

WordPress random background

WBOY
WBOYOriginal
2016-07-25 09:09:441111browse
Don't forget to name your background image 1.jpg, 2.jpg, 3.jpg etc.
  1. html,
  2. body { height: 100%; }
  3. img#bg {
  4. position:fixed;
  5. top:0;
  6. left:0;
  7. width:100%;
  8. height:100%;
  9. }
Copy code


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn