Advertisement
Guest User

Untitled

a guest
Feb 8th, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. body {
  2. background-image: url(https://wallpaper.dog/large/10843243.jpg);
  3. background-repeat: no-repeat;
  4.  
  5. font-family: system-ui;
  6. font-size: 16px;
  7. color: white;
  8. }
  9. .topLeft {
  10. background-image: url(https://i.imgur.com/VhE1Mfm.png);
  11. background-repeat: no-repeat;
  12. color: black;
  13. }
  14. .topRight {
  15. /* background-image: url(https://i.imgur.com/D6WSSZv.png); */
  16. color: black;
  17. background-repeat: no-repeat;
  18. background-image: url(https://i.imgur.com/AdugQxy.png);
  19. text-align: center;
  20. }
  21. .uName {
  22. font-family: "Comic Sans MS", "Comic Sans", cursive;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement