Advertisement
LatviaCPI

background thing saves

Jun 11th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. body {
  2. background: url('https://upload.wikimedia.org/wikipedia/commons/6/68/Kihei_red_sunset_1.jpg');
  3. background-size: cover;
  4. background-repeat: repeat;
  5. background-attachment: fixed;
  6. }
  7.  
  8.  
  9.  
  10. header {
  11. text-align: center;
  12. background: url('http://pre05.deviantart.net/1769/th/pre/i/2003/15/5/0/red_clouds.jpg');
  13. background-size: cover;
  14. color: black;
  15. font-face: cursive;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement