Advertisement
Bowen_Sandbox

Untitled

Aug 14th, 2022
1,258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.23 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Hanalei+Fill&display=swap');
  2. @import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
  3.  
  4. body
  5. {
  6.  background-image: linear-gradient(to right bottom, #819d75, #94a977, #a9b479, #c1bf7c, #dac980, #e3c97d, #ecc87b, #f6c77a, #f0bd70, #eab367, #e3a95d, #dd9f54);
  7. }
  8.  
  9. div.stats
  10. {
  11.   font-family:amatic SC;
  12.   font-weight:bold;
  13.   font-size:20px;
  14.   text-align:center;
  15.   color: #A26B22;
  16.   width: 36%;
  17.   height: 70%;
  18.   display: inline-block;
  19.   margin: 0 auto;
  20.   position: fixed;
  21.   top: 15%;
  22.   left:10%;
  23.   overflow: auto;
  24. }
  25.  
  26. span.header
  27. {
  28.   font-family:Hanalei Fill;
  29.   font-size:80px;
  30.   text-align:center;
  31.   color: #A26B22;
  32. }
  33.  
  34. div.pic
  35. {
  36.   width: 36%;
  37.   height: 96%;
  38.   display: inline-block;
  39.   margin: 0 auto;
  40.   position: fixed;
  41.   top: 2%;
  42.   left: 54%;
  43.   background-image: url('https://i.imgur.com/CMW74Xg.png');
  44.   background-size: cover;
  45.   background-position: center;
  46.   background-repeat: no-repeat;
  47.   }
  48.  
  49. .stats::-webkit-scrollbar
  50. {
  51.   display: none;
  52. }
  53.  
  54.  
  55.  
  56.  
  57.  
  58. <div class="stats">
  59. <span class="header">Ursa</span>
  60. <br><br><br>
  61.  
  62. <br><br>
  63.  
  64. <br><br>
  65.  
  66. <br><br>
  67.  
  68. <br><br>
  69.  
  70. <br><br>
  71.  
  72. <h2>OOC</h2>
  73. </div>
  74.  
  75. <div class="pic"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement