Advertisement
Guest User

Balthazar placeholder

a guest
Aug 17th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
  4.  
  5. body {background: #106D92;}
  6.  
  7. .image {position: fixed;
  8. background: url('https://66.media.tumblr.com/fdafd453f008e30e674f4fd3763582d4/tumblr_nnblqvnzBv1qff49co3_500.gif') no-repeat;
  9. background-size: 550px;
  10. background-position: 0px 0px;
  11. height: 230px;
  12. width: 550px;
  13. margin: auto;
  14. left: 0px;
  15. right: 0px;
  16. bottom: 0px;
  17. top: 0px;
  18. border: 20px inset #FAEBBA;
  19. }
  20.  
  21. .name {position: absolute;
  22. font-family: 'Cinzel', serif;
  23. font-size: 40px;
  24. color: #FAEBBA;
  25. letter-spacing: 39px;
  26. left: 0px;
  27. bottom: -80px;
  28. }
  29.  
  30. </style>
  31.  
  32. <div class="image">
  33. <div class="name">BALTHAZAR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement