Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .message, #ul {
  2. background-image url("https://i.stack.imgur.com/poVgz.png")
  3. color: white;
  4. font-family: "courier";
  5. }
  6. .time {
  7. color: black;
  8. font-family: "courier";
  9. }
  10. body {
  11. background-image: url("https://i.giphy.com/media/3o85xuO1siCT147FrG/giphy.webp");
  12. -webkit-background-size: cover; /* For WebKit*/
  13. -moz-background-size: cover; /* Mozilla*/
  14. -o-background-size: cover; /* Opera*/
  15. background-size: cover; /* Generic*/
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement