Advertisement
marshallsmyth

rebuild of an old code

Feb 10th, 2024 (edited)
1,033
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.29 KB | None | 0 0
  1.  
  2. <!DOCTYPE html><html lang="en"><head><title>PERFECT LINE 1 MULTISTORY</title><style>
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Quintessential|Rancho);
  5. ::-webkit-scrollbar { width: 15px; height: 15px;}
  6. ::-webkit-scrollbar-track { background;#f9008b;}
  7. ::-webkit-scrollbar-thumb { border-radius:0px; background:#35000b;box-shadow: 0px 30px 60px #4e0011;}
  8.  
  9.    body { background:#b03; }
  10.   .bg { width:100vw;height:100vh;background:radial-gradient(circle, rgba(90, 154, 90, 0.6) 50%, transparent);margin-top:-11px; }
  11.  .top { position:fixed;width:100vw;height:8vh;top:0vh;left:0vw;background:#9f9;opacity:0.4;border-bottom:3px solid #20f; }
  12.  
  13.  h1 { font-family:quintessential;font-size:10vh;color:#001;text-align:center; }
  14.  h2 {  }
  15.  h3 {  }
  16.  h4 {  }
  17.  h5 {  }
  18.  .list {  }
  19.  .bars {  }
  20.  .date {  }
  21.  .table { width:695px;color:#002;float:left;font-size:34px;font-weight:bold; }
  22.     .tr { width:150px;color:#ca0071; }
  23.  
  24.  .navi {  }
  25.  
  26.  a.nav:link, a.nav:active, a.nav:visited
  27.  {  }
  28.  a.nav:hover
  29.  {  }
  30.  
  31.  .content { position : fixed;top : 7vh;left : 25vw;width : 50vw;height : 95vh; background : #fa3;overflow : auto;z-index : -11;font-family : quintessential;font-size : 55px;
  32. text-align : justify;line-height : 56px;padding : 6px;opacity : 1;color : #0f0;border-radius : 5px;transition : 1s; }
  33.  
  34. .content:target { position : fixed;z-index : 1;opacity : 1; }
  35.  
  36.  
  37.   </style>
  38.  
  39.   <div class="bg"></div>  <div class="top"></div>
  40.  
  41.  <div>
  42.  <a class="nav" href="#1">1</a>  
  43.  <a class="nav" href="#2">2</a>  
  44.  <a class="nav" href="#3">3</a>  
  45.  <a class="nav" href="#4">4</a>  
  46.  <a class="nav" href="#5">5</a>  
  47.  <a class="nav" href="#6">6</a>  
  48.  <a class="nav" href="#7">7</a>  
  49.  <a class="nav" href="#8">8</a>  
  50.  <a class="nav" href="#9">9</a>  
  51.  <a class="nav" href="#10">10</a>  
  52.  <a class="nav" href="#11">11</a>  
  53.  <a class="nav" href="#12">12</a>  
  54.  <a class="nav" href="#13">13</a>  
  55.  <a class="nav" href="#14">14</a>  
  56.  <a class="nav" href="#15">15</a>  
  57.  <a class="nav" href="#16">16</a>  
  58.  <a class="nav" href="#17">17</a>  
  59.  <a class="nav" href="#18">18</a>  
  60.  <a class="nav" href="#19">19</a>  
  61.  <a class="nav" href="#20">20</a>   </div>
  62.  
  63. <div id="1" class="content"> <table class="table"><tr>
  64.  
  65. <td class="td"><td>Title Page<br><p></td></tr><tr>
  66.  
  67.  
  68. </div>
  69.  
  70.  
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement