Advertisement
Kawaii-Lau

The Shadow [Backstory]

Jul 17th, 2021 (edited)
1,179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.75 KB | None | 0 0
  1. <!--
  2.   ╔═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╗
  3.     Thank you for using my code!
  4.   ╚═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╝
  5. Rules to Follow:
  6.  
  7. ✶ Do not EVER delete or remove the credits of the coder or claim this code as your own.
  8. ✶ Do not redistribute this code, no matter how much you edited it as a base or otherwise!
  9. ✶ If you need any help in fixing codes, contact me on Discord (Kawaii-lau#4770).
  10. ✶ If you like to share this code, send to your friends the link of my blog, https://kawaii-lau.tumblr.com , and support me!
  11.  
  12. If you like a custom code, check out my blog to see if requests are open!
  13. XOXO, Lauren.
  14.     ╔═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╗
  15.       2021 © Coding by Kawaii-Lau
  16.     ╚═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╝
  17. -->
  18.  
  19. <html>
  20.  
  21. <!-- CUSTOM FONTS -->
  22.   <link href="https://fonts.googleapis.com/css2?family=Lora" rel="stylesheet">
  23.   <link href="https://fonts.googleapis.com/css2?family=Sedgwick+Ave&display=swap" rel="stylesheet">
  24.   <style>
  25.     :root {
  26. /* CUSTOM CSS */      
  27.       --body-bgcolor:black;
  28.       --accent1:#424f54;
  29.       --font-color:white;
  30.    
  31.       --box-shadow1:#736c6f;
  32.       --button-font-color:white;
  33.     }
  34.    
  35.     ::-webkit-scrollbar {width:5px; height:3px}
  36.     ::-webkit-scrollbar-thumb {
  37.       background-color:var(--accent1)
  38.     }
  39.    
  40. p, h1, h2, h3, h4, h5, h6 {
  41.   /* DEFAULT PARAGRAPH CSS*/
  42.       font-size:14px;
  43.       margin:5px 0px;
  44.     }    
  45.    
  46. /*☆☆ HEADER DIVIDER MASK CSS ☆☆*/    
  47.     .mask {
  48.       position: relative;
  49.       margin:0px auto;
  50.       z-index: 12;
  51.       -webkit-mask-size: 100% 100%;
  52.     }  
  53.     .mask-d1 {
  54.       -webkit-mask-image: url(https://64.media.tumblr.com/471b3927c4cc12c616021732c052f90c/b630d56dc0a1cd21-f0/s500x750/46a293116331bc4cc3d93403952a1146e1c1e5e6.png);
  55.       width: 60%;
  56.       height: 70px;
  57.       background: var(--accent1);
  58.     }
  59. /*☆☆ BOXES CSS ☆☆*/    
  60.     .flexbox {/* Stacks sections in a column */
  61.       width:720px;
  62.       display:flex;
  63.       flex-direction:column;
  64.       margin:10px auto 0px;
  65.     }
  66.     .b0x { /* Main box*/
  67.       background-size:100% 100%;
  68.       width:100%;height:380px;
  69.       overflow:hidden;
  70.       box-shadow:2px 2px 5px var(--box-shadow1), -2px -2px 5px var(--box-shadow1), -2px 2px 5px var(--box-shadow1), 2px -2px 5px var(--box-shadow1);
  71.       color:var(--font-color);
  72.       position:relative;
  73.       z-index:10;
  74.       font-family:'Lora';
  75.     }
  76.     .chBg { /* Chapter Background*/
  77.       width:100%; height:380px;
  78.       background-size:100% 380px;
  79.       position:sticky;
  80.       top:0px;
  81.       z-index:6
  82.     }
  83.     .ch-info { /* Chapter info css */
  84.       background-color:rgba(0, 0, 0, 0.5);
  85.       width:100%; min-height:380px;
  86.       position:relative;
  87.       z-index:7;
  88.       margin-top:-380px;
  89.       box-sizing:border-box;
  90.       padding:20px 40px;
  91.       color:var(--font-color);
  92.     }
  93.        
  94. /*☆☆ NAVIGATION CSS ☆☆*/    
  95.     .nFc { /* NAV FLEX COLUMN
  96. stacks buttons in column and rotates them to the side      */
  97.       display:flex;
  98.       flex-direction:column;
  99.       transform:rotate(90deg);
  100.       width:170px;
  101.       position:relative;
  102.       top:-17px; left:510px;
  103.       z-index:8;
  104.       overflow:none;
  105.     }
  106.     nav button {
  107.       border:none; background:none;
  108.       transition:1s ease;
  109.       cursor:pointer;
  110.       margin:5px 0px;
  111.       text-align:left;
  112.     }
  113.     nav button a {
  114.       background-color:var(--accent1);
  115.       color:var(--button-font-color);
  116.       text-decoration:none;
  117.       font-size:11px;
  118.       font-family:Lora;
  119.       padding:3px 10px;
  120.       font-weight:bold;
  121.     }
  122.   </style>
  123.  
  124.   <body style="background-color:var(--body-bgcolor)">
  125.     <div class="flexbox">
  126. <section>
  127. <div class="mask mask-d1"></div>
  128. </section>
  129.  
  130.      
  131.       <!--☆ BOX ☆-->
  132.       <div class="b0x">
  133.         <div style="overflow:auto; height:380px;">
  134.        
  135.          
  136. <!--☆☆☆HEADER CHAPTER☆☆☆-->
  137.  <a name="header"></a>
  138.           <div class="chBg" style="background-image:url(https://wallup.net/wp-content/uploads/2018/09/29/667358-fantasy-landscape-art-artwork-nature.jpg);"></div><!--CHPTER BG-->
  139.          
  140.           <div class="ch-info" style="padding-top:20px;">
  141.          
  142. <!--☆☆☆ INFORMATION BOX ☆☆☆-->  
  143. <img src="https://64.media.tumblr.com/76cae1916cc936ef3db35566360e0964/tumblr_p8k99n65Vp1rss1kvo1_1280.jpg" style="float:left;margin:0px 20px 20px 0px; width:250px;"/><!--SIDE IMG-->
  144.            
  145. <br><br><br>
  146.        
  147. <!-- !!Font used for Name Header and Chapter headers
  148.  https://fontmeme.com/fonts/deutsch-gothic-font/
  149. -->
  150.             <center><img src="https://fontmeme.com/permalink/210717/1df73f7c254cb71fa96a97fe550cb73f.png" style="width:230px;" alt="Title Name"/><!-- NAME -->
  151.               <br>
  152. <!-- TEXT DIVIDER --><img src="https://www.pngkit.com/png/full/40-404863_ornamental-divider-text-dividers-white-png.png" style="width:15%;" alt="text divider"/>
  153.             <br><br>
  154.    
  155.     <!-- QUOTE -->          
  156.             <p style="font-size:18px;"><b><i>Beyond a doubt truth bears the same relation to falsehood as light to darkness.</i></b>
  157.             </p>
  158.              
  159.               </center>
  160.            
  161.           </div><!--END OF HEADER CHAPTER-->
  162.    
  163. <!--☆☆☆ CHAPTER 1 ☆☆☆-->
  164.  <a name="chapter1"></a>        
  165.           <div class="chBg" style="background-image:url(https://i.pinimg.com/originals/26/2b/dd/262bdd02564bf6dabbe89df4f93e8e26.jpg)"></div><!--CHPTER BG-->
  166.          
  167.            <div class="ch-info">
  168.   <!--☆☆☆ INFORMATION BOX ☆☆☆-->
  169. <br><br>            
  170. <center>
  171.       <img src="https://fontmeme.com/permalink/210717/db36bad21fad5cc3192254574bdd5a9d.png" style="width:330px;" alt="Chapter Name"/><br>
  172.    <!-- TEXT DIVIDER --><img src="https://www.pngkit.com/png/full/40-404863_ornamental-divider-text-dividers-white-png.png" style="width:15%;" alt="text divider"/>          </center><br>  
  173.              
  174.  <p style="text-align:justify">
  175.    Lorem impsum dolor varom, ab imo pectore. Potter. Walkers. Thrones. Olympians. Nephilim. Galaxies. Mystic Falls. Alagaesia. Supernaturals. Fairy Tales. Gladers United. Forgotten Dungeons. Legends. Meta Humans. Bending Arts. Jade Mountain. Unseen Arts. High Fae. Middle Earth. Mutants. Narnia Kingdom. Wild West. Eldritch County. Gladiators. Survival Tribes. Coding. HTML &amp; CSS. Gryffindor. Hufflepuff. Ravenclaw. Slytherin. WoX community. Site Bulletin Board. Coding Help. Academia de Villainary. Signature Factory. Discord. Fandoms. Books. Shows. Movies. Fan casts. Dream casts. Tessisamess. w3schools. liveweave. cssdesk. Minister of Magic. Headmaster. Head of House. The Management Team. Chief Editor. Professors/Teachers. Prefects. Journalists. Assistant Teachers. Plot Team. Social-Media Team. Librarian. Backstory Team. Artist. Party Team. Normal User. Profile Text. Backstory. Clubs. Books. Lessons. Course Overviews. Examinations. Lexicon. Wallposts. Charms. Potions. Transfiguration. History of Magic. Defence Against the Dark Arts. Herbology. Astronomy. Study of Ancient Runes. Arithmancy. Flying. Care of Magical Creatures. Divination. Apparition. Magical legends and tales. Music. Lumos. Alohamora. Colloportus. Accio coffee. Avada Kedavra. Aguamenti. Crucio. Morsmordre.  Rictusempra. Furnunculus. Petrificus Totalus. Aparecium. Arresto Momentum. Ascendio. Harry Potter. The Walking Dead. Game of Thrones. Percy Jackson and the Olympians. The Mortal Instruments. The Infernal Devices. The Shadowhunters. Star Wars. The Vampire Diaries. Eragon. Inheritance Cycle. Supernatural. Once Upon A Time. The Maze Runner. Dungeons and Dragons. Fantasy and Legends. DC universe. Avatar: the Last Airbender. Wings of Fire. The Chilling Adventures of Sabrina. Throne of Glass. A Court of Thorns and Roses. Lord of the Rights. X-Men. The Narnia Chronicles. Western world in 1700's. H.P Lovecraft. Rome and 300 BC. The 100. a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis. Fusce tempus dolor eu magna elementum, quis faucibus velit sodales.
  176. </p>
  177.              
  178.             </div><!--END OF CHAPTER 1-->
  179.  
  180.  <!--☆☆☆ CHAPTER 2 ☆☆☆-->        
  181.  <a name="chapter2"></a>        
  182.            <div class="chBg" style="background-image:url(https://wallpaperaccess.com/full/143728.jpg)"></div><!--CHPTER BG-->
  183.            <div class="ch-info">
  184. <!--☆☆☆ INFORMATION BOX ☆☆☆-->  
  185.         <br><br>    
  186.    <center>
  187.       <img src="https://fontmeme.com/permalink/210717/49db401fa7bee205db76c61562f0a6e1.png" style="width:330px;" alt="Chapter Name"/><br>
  188.    <!-- TEXT DIVIDER --><img src="https://www.pngkit.com/png/full/40-404863_ornamental-divider-text-dividers-white-png.png" style="width:15%;" alt="text divider"/>          </center><br>
  189.              
  190.    <p style="text-align:justify">
  191.      
  192.     Lorem impsum dolor varom, ab imo pectore. Potter. Walkers. Thrones. Olympians. Nephilim. Galaxies. Mystic Falls. Alagaesia. Supernaturals. Fairy Tales. Gladers United. Forgotten Dungeons. Legends. Meta Humans. Bending Arts. Jade Mountain. Unseen Arts. High Fae. Middle Earth. Mutants. Narnia Kingdom. Wild West. Eldritch County. Gladiators. Survival Tribes. Coding. HTML &amp; CSS. Gryffindor. Hufflepuff. Ravenclaw. Slytherin. WoX community. Site Bulletin Board. Coding Help. Academia de Villainary. Signature Factory. Discord. Fandoms. Books. Shows. Movies. Fan casts. Dream casts. Tessisamess. w3schools. liveweave. cssdesk. Minister of Magic. Headmaster. Head of House. The Management Team. Chief Editor. Professors/Teachers. Prefects. Journalists. Assistant Teachers. Plot Team. Social-Media Team. Librarian. Backstory Team. Artist. Party Team. Normal User. Profile Text. Backstory. Clubs. Books. Lessons. Course Overviews. Examinations. Lexicon. Wallposts. Charms. Potions. Transfiguration. History of Magic. Defence Against the Dark Arts. Herbology. Astronomy. Study of Ancient Runes. Arithmancy. Flying. Care of Magical Creatures. Divination. Apparition. Magical legends and tales. Music. Lumos. Alohamora. Colloportus. Accio coffee. Avada Kedavra. Aguamenti. Crucio. Morsmordre.  Rictusempra. Furnunculus. Petrificus Totalus. Aparecium. Arresto Momentum. Ascendio. Harry Potter. The Walking Dead. Game of Thrones. Percy Jackson and the Olympians. The Mortal Instruments. The Infernal Devices. The Shadowhunters. Star Wars. The Vampire Diaries. Eragon. Inheritance Cycle. Supernatural. Once Upon A Time. The Maze Runner. Dungeons and Dragons. Fantasy and Legends. DC universe. Avatar: the Last Airbender. Wings of Fire. The Chilling Adventures of Sabrina. Throne of Glass. A Court of Thorns and Roses. Lord of the Rights. X-Men. The Narnia Chronicles. Western world in 1700's. H.P Lovecraft. Rome and 300 BC. The 100. a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis. Fusce tempus dolor eu magna elementum, quis faucibus velit sodales.
  193.    </p>            
  194.           </div><!--END OF CHAPTER 2-->
  195.          
  196.  <!--☆☆☆ CHAPTER 3 ☆☆☆-->        
  197.  <a name="chapter3"></a>        
  198.            <div class="chBg" style="background-image:url(https://live.staticflickr.com/3719/9086121835_ce565aa252_b.jpg)"></div><!--CHPTER BG-->
  199.            <div class="ch-info">
  200. <!--☆☆☆ INFORMATION BOX ☆☆☆-->  
  201.          <br><br>    
  202.    <center>
  203.       <img src="https://fontmeme.com/permalink/210717/50e4cc98b019808fb105f774135dde8a.png" style="width:330px;" alt="Chapter Name"/><br>
  204.    <!-- TEXT DIVIDER --><img src="https://www.pngkit.com/png/full/40-404863_ornamental-divider-text-dividers-white-png.png" style="width:15%;" alt="text divider"/>          </center><br>
  205.            
  206.              
  207. <center><img src="https://i0.wp.com/hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/kirigan-shadow-and-bone-gif-1618859660.gif" style="width:70%"/></center>  
  208.              
  209.    <p style="text-align:justify">
  210.      
  211.      Lorem impsum dolor varom, ab imo pectore. Potter. Walkers. Thrones. Olympians. Nephilim. Galaxies. Mystic Falls. Alagaesia. Supernaturals. Fairy Tales. Gladers United. Forgotten Dungeons. Legends. Meta Humans. Bending Arts. Jade Mountain. Unseen Arts. High Fae. Middle Earth. Mutants. Narnia Kingdom. Wild West. Eldritch County. Gladiators. Survival Tribes. Coding. HTML &amp; CSS. Gryffindor. Hufflepuff. Ravenclaw. Slytherin. WoX community. Site Bulletin Board. Coding Help. Academia de Villainary. Signature Factory. Discord. Fandoms. Books. Shows. Movies. Fan casts. Dream casts. Tessisamess. w3schools. liveweave. cssdesk. Minister of Magic. Headmaster. Head of House. The Management Team. Chief Editor. Professors/Teachers. Prefects. Journalists. Assistant Teachers. Plot Team. Social-Media Team. Librarian. Backstory Team. Artist. Party Team. Normal User. Profile Text. Backstory. Clubs. Books. Lessons. Course Overviews. Examinations. Lexicon. Wallposts. Charms. Potions. Transfiguration. History of Magic. Defence Against the Dark Arts. Herbology. Astronomy. Study of Ancient Runes. Arithmancy. Flying. Care of Magical Creatures. Divination. Apparition. Magical legends and tales. Music. Lumos. Alohamora. Colloportus. Accio coffee. Avada Kedavra. Aguamenti. Crucio. Morsmordre.  Rictusempra. Furnunculus. Petrificus Totalus. Aparecium. Arresto Momentum. Ascendio. Harry Potter. The Walking Dead. Game of Thrones. Percy Jackson and the Olympians. The Mortal Instruments. The Infernal Devices. The Shadowhunters. Star Wars. The Vampire Diaries. Eragon. Inheritance Cycle. Supernatural. Once Upon A Time. The Maze Runner. Dungeons and Dragons. Fantasy and Legends. DC universe. Avatar: the Last Airbender. Wings of Fire. The Chilling Adventures of Sabrina. Throne of Glass. A Court of Thorns and Roses. Lord of the Rights. X-Men. The Narnia Chronicles. Western world in 1700's. H.P Lovecraft. Rome and 300 BC. The 100. a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis. Fusce tempus dolor eu magna elementum, quis faucibus velit sodales.  
  212.              </p>            
  213.           </div><!--END OF CHAPTER 3-->        
  214.     <!--☆☆☆ CHAPTER 4 ☆☆☆-->        
  215.  <a name="chapter4"></a>        
  216.         <div class="chBg" style="background-image:url(https://images7.alphacoders.com/103/1030346.jpg)"></div><!--CHPTER BG-->
  217.           <div class="ch-info">      
  218.    <!--☆☆☆ INFORMATION BOX ☆☆☆-->  
  219.          <br><br>    
  220.    <center>
  221.       <img src="https://fontmeme.com/permalink/210717/1a268dce8de5ac7a07cba638cf32dedd.png" style="width:330px;" alt="Chapter Name"/><br>
  222.    <!-- TEXT DIVIDER --><img src="https://www.pngkit.com/png/full/40-404863_ornamental-divider-text-dividers-white-png.png" style="width:15%;" alt="text divider"/>          </center><br>
  223.            
  224.   <p style="text-align:justify">
  225.    Lorem impsum dolor varom, ab imo pectore. Potter. Walkers. Thrones. Olympians. Nephilim. Galaxies. Mystic Falls. Alagaesia. Supernaturals. Fairy Tales. Gladers United. Forgotten Dungeons. Legends. Meta Humans. Bending Arts. Jade Mountain. Unseen Arts. High Fae. Middle Earth. Mutants. Narnia Kingdom. Wild West. Eldritch County. Gladiators. Survival Tribes. Coding. HTML &amp; CSS. Gryffindor. Hufflepuff. Ravenclaw. Slytherin. WoX community. Site Bulletin Board. Coding Help. Academia de Villainary. Signature Factory. Discord. Fandoms. Books. Shows. Movies. Fan casts. Dream casts. Tessisamess. w3schools. liveweave. cssdesk. Minister of Magic. Headmaster. Head of House. The Management Team. Chief Editor. Professors/Teachers. Prefects. Journalists. Assistant Teachers. Plot Team. Social-Media Team. Librarian. Backstory Team. Artist. Party Team. Normal User. Profile Text. Backstory. Clubs. Books. Lessons. Course Overviews. Examinations. Lexicon. Wallposts. Charms. Potions. Transfiguration. History of Magic. Defence Against the Dark Arts. Herbology. Astronomy. Study of Ancient Runes. Arithmancy. Flying. Care of Magical Creatures. Divination. Apparition. Magical legends and tales. Music. Lumos. Alohamora. Colloportus. Accio coffee. Avada Kedavra. Aguamenti. Crucio. Morsmordre.  Rictusempra. Furnunculus. Petrificus Totalus. Aparecium. Arresto Momentum. Ascendio. Harry Potter. The Walking Dead. Game of Thrones. Percy Jackson and the Olympians. The Mortal Instruments. The Infernal Devices. The Shadowhunters. Star Wars. The Vampire Diaries. Eragon. Inheritance Cycle. Supernatural. Once Upon A Time. The Maze Runner. Dungeons and Dragons. Fantasy and Legends. DC universe. Avatar: the Last Airbender. Wings of Fire. The Chilling Adventures of Sabrina. Throne of Glass. A Court of Thorns and Roses. Lord of the Rights. X-Men. The Narnia Chronicles. Western world in 1700's. H.P Lovecraft. Rome and 300 BC. The 100. a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis. Fusce tempus dolor eu magna elementum, quis faucibus velit sodales.
  226. </p>          
  227.            
  228.              
  229.           </div><!--END OF CHAPTER 4-->  
  230.          
  231.  <!--☆☆☆ CHAPTER 5 ☆☆☆-->        
  232.  <a name="chapter5"></a>        
  233.            <div class="chBg" style="background-image:url(https://images.hdqwalls.com/download/fantasy-landscape-4k-3k-3840x2400.jpg)"></div><!--CHPTER BG-->
  234.            <div class="ch-info">
  235. <!--☆☆☆ INFORMATION BOX ☆☆☆-->  
  236.         <br><br>    
  237.    <center>
  238.       <img src="https://fontmeme.com/permalink/210717/3d45a662930eb5b155f8c91b0b733df9.png" style="width:330px;" alt="Chapter Name"/><br>
  239.    <!-- TEXT DIVIDER --><img src="https://www.pngkit.com/png/full/40-404863_ornamental-divider-text-dividers-white-png.png" style="width:15%;" alt="text divider"/>          </center><br>
  240.              
  241.    <p style="text-align:justify">
  242.      
  243.      Lorem impsum dolor varom, ab imo pectore. Potter. Walkers. Thrones. Olympians. Nephilim. Galaxies. Mystic Falls. Alagaesia. Supernaturals. Fairy Tales. Gladers United. Forgotten Dungeons. Legends. Meta Humans. Bending Arts. Jade Mountain. Unseen Arts. High Fae. Middle Earth. Mutants. Narnia Kingdom. Wild West. Eldritch County. Gladiators. Survival Tribes. Coding. HTML &amp; CSS. Gryffindor. Hufflepuff. Ravenclaw. Slytherin. WoX community. Site Bulletin Board. Coding Help. Academia de Villainary. Signature Factory. Discord. Fandoms. Books. Shows. Movies. Fan casts. Dream casts. Tessisamess. w3schools. liveweave. cssdesk. Minister of Magic. Headmaster. Head of House. The Management Team. Chief Editor. Professors/Teachers. Prefects. Journalists. Assistant Teachers. Plot Team. Social-Media Team. Librarian. Backstory Team. Artist. Party Team. Normal User. Profile Text. Backstory. Clubs. Books. Lessons. Course Overviews. Examinations. Lexicon. Wallposts. Charms. Potions. Transfiguration. History of Magic. Defence Against the Dark Arts. Herbology. Astronomy. Study of Ancient Runes. Arithmancy. Flying. Care of Magical Creatures. Divination. Apparition. Magical legends and tales. Music. Lumos. Alohamora. Colloportus. Accio coffee. Avada Kedavra. Aguamenti. Crucio. Morsmordre.  Rictusempra. Furnunculus. Petrificus Totalus. Aparecium. Arresto Momentum. Ascendio. Harry Potter. The Walking Dead. Game of Thrones. Percy Jackson and the Olympians. The Mortal Instruments. The Infernal Devices. The Shadowhunters. Star Wars. The Vampire Diaries. Eragon. Inheritance Cycle. Supernatural. Once Upon A Time. The Maze Runner. Dungeons and Dragons. Fantasy and Legends. DC universe. Avatar: the Last Airbender. Wings of Fire. The Chilling Adventures of Sabrina. Throne of Glass. A Court of Thorns and Roses. Lord of the Rights. X-Men. The Narnia Chronicles. Western world in 1700's. H.P Lovecraft. Rome and 300 BC. The 100. a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis. Fusce tempus dolor eu magna elementum, quis faucibus velit sodales.
  244.    </p>            
  245.           </div><!--END OF CHAPTER 5-->
  246.          
  247.          
  248.    <!--☆☆☆ CHAPTER 6 ☆☆☆-->        
  249.  <a name="chapter6"></a>        
  250.            <div class="chBg" style="background-image:url(https://c4.wallpaperflare.com/wallpaper/106/624/946/fantasy-landscape-wallpaper-preview.jpg)"></div><!--CHPTER BG-->
  251.            <div class="ch-info">
  252. <!--☆☆☆ INFORMATION BOX ☆☆☆-->  
  253.          <br><br>    
  254.    <center>
  255.       <img src="https://fontmeme.com/permalink/210717/7eca39a8a4bbbf643e90c2cde3211d3c.png" style="width:330px;" alt="Chapter Name"/><br>
  256.    <!-- TEXT DIVIDER --><img src="https://www.pngkit.com/png/full/40-404863_ornamental-divider-text-dividers-white-png.png" style="width:15%;" alt="text divider"/>          </center><br>
  257.              
  258.    <p style="text-align:justify">
  259.      
  260.     Lorem impsum dolor varom, ab imo pectore. Potter. Walkers. Thrones. Olympians. Nephilim. Galaxies. Mystic Falls. Alagaesia. Supernaturals. Fairy Tales. Gladers United. Forgotten Dungeons. Legends. Meta Humans. Bending Arts. Jade Mountain. Unseen Arts. High Fae. Middle Earth. Mutants. Narnia Kingdom. Wild West. Eldritch County. Gladiators. Survival Tribes. Coding. HTML &amp; CSS. Gryffindor. Hufflepuff. Ravenclaw. Slytherin. WoX community. Site Bulletin Board. Coding Help. Academia de Villainary. Signature Factory. Discord. Fandoms. Books. Shows. Movies. Fan casts. Dream casts. Tessisamess. w3schools. liveweave. cssdesk. Minister of Magic. Headmaster. Head of House. The Management Team. Chief Editor. Professors/Teachers. Prefects. Journalists. Assistant Teachers. Plot Team. Social-Media Team. Librarian. Backstory Team. Artist. Party Team. Normal User. Profile Text. Backstory. Clubs. Books. Lessons. Course Overviews. Examinations. Lexicon. Wallposts. Charms. Potions. Transfiguration. History of Magic. Defence Against the Dark Arts. Herbology. Astronomy. Study of Ancient Runes. Arithmancy. Flying. Care of Magical Creatures. Divination. Apparition. Magical legends and tales. Music. Lumos. Alohamora. Colloportus. Accio coffee. Avada Kedavra. Aguamenti. Crucio. Morsmordre.  Rictusempra. Furnunculus. Petrificus Totalus. Aparecium. Arresto Momentum. Ascendio. Harry Potter. The Walking Dead. Game of Thrones. Percy Jackson and the Olympians. The Mortal Instruments. The Infernal Devices. The Shadowhunters. Star Wars. The Vampire Diaries. Eragon. Inheritance Cycle. Supernatural. Once Upon A Time. The Maze Runner. Dungeons and Dragons. Fantasy and Legends. DC universe. Avatar: the Last Airbender. Wings of Fire. The Chilling Adventures of Sabrina. Throne of Glass. A Court of Thorns and Roses. Lord of the Rights. X-Men. The Narnia Chronicles. Western world in 1700's. H.P Lovecraft. Rome and 300 BC. The 100. a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis. Fusce tempus dolor eu magna elementum, quis faucibus velit sodales.  
  261.              </p>            
  262.           </div><!--END OF CHAPTER 6-->        
  263.              
  264.         </div><!---OVERFLOW BOX-->
  265.       </div><!--End of b0x-->
  266.  
  267.       <!-- CREDITS DO NOT REMOVE!!!! -->
  268.       <div style="height:1px; position:relative; color:var(--font-color)">
  269.         <p>2021 &copy; Coding by <a style="text-decoration:none; color:var(--accent1)" target="_blank" href="htts://kawaii-lau.tumblr.com/">Kawaii-Lau</a></p>
  270.       </div>    
  271.      
  272. <!--☆☆☆NAVIGATION BUTTONS☆☆☆-->
  273.       <nav>
  274.         <div class="nFc">
  275.           <button><a href="#header">HEADER</a></button>
  276.           <button><a href="#chapter1">1: Introduction</a></button>
  277.           <button><a href="#chapter2">2: Childhood</a></button>
  278.           <button><a href="#chapter3">3: Troubling Situation</a></button>
  279.           <button><a href="#chapter4">4: The Climax</a></button>
  280.           <button><a href="#chapter5">5: Arriving at Haven</a></button>
  281.           <button><a href="#chapter6">6: The Aftermath</a></button>
  282.         </div>
  283.       </nav>
  284.     </div> <!--END OF FLEX BOX-->
  285.   </body>
  286. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement