Advertisement
marshallsmyth

alternate try at genealogy

Aug 30th, 2019
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.65 KB | None | 0 0
  1. <body><style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Quintessential|Allura|Montez|Parisienne|Kavivanar|Nanum+Brush+Script|Satisfy|Calligraffitti|Charm|Philosopher);
  3. ::-webkit-scrollbar-thumb:vertical { background:#4e004e;border-radius:20px;box-shadow: 0px 13px 13px #000; }
  4. ::-webkit-scrollbar-thumb:horizontal { background:#4e004e;border-radius:20px;box-shadow: 0px 13px 13px #000; }
  5. ::-webkit-scrollbar { width:15px; background:#f80073;border-radius:0px; }
  6.  
  7.  body  { background:#cf3366; }
  8.  
  9.  .box { width:140px; height:30px; background:#5e002e; border-radius:5px; border:2px solid lavender; padding:5px; }  
  10.  
  11.  .names { width:160px; height:30px; font-family:philosopher, times; font-size:18px; line-height:28px; color:lavender; font-weight:bold; text-align:center;
  12.  position:fixed;  }  
  13.  
  14. </style>
  15.  
  16. <div id="01" class="names"> <div style="margin:20px 0px 0px 593px;">  
  17. <div id="01" class="box"> 110 Sarina  </div>
  18.  
  19. <div id="02" class="names"> <div style="margin:20px 0px 0px 0px;">
  20. <div id="02" class="box">  111 SutaSakyuBasu </div>
  21.  
  22. <div id="03" class="names"> <div style="margin:20px 0px 0px 0px;">
  23. <div id="03" class="box">  112 Oni San </div>
  24.  
  25. <div id="04" class="names"> <div style="margin:20px 0px 0px 0px;">
  26. <div id="04" class="box">  113 Taklamakan </div>
  27.  
  28.  
  29. <div id="05" class="names"> <div style="margin:20px 0px 0px -160px;">
  30. <div id="05" class="box">  114 Particle </div>
  31.  
  32. <div id="06" class="names"> <div style="margin:-44px 0px 0px 160px;">
  33. <div id="06" class="box">  115 Atom </div>
  34.  
  35. <div id="07" class="names"> <div style="margin:-44px 0px 0px 160px;">
  36. <div id="07" class="box">  116 Glimmer-Jewel </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement