Advertisement
Kawaii-Lau

Rising Star [Interview]

Aug 10th, 2021
1,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.22 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. <style>
  19.   :root {
  20.     --articleBgColor:rgb(232, 228, 216);
  21.     --articleBoxDark:#cfcbc2;
  22.     --articleImgPosition:-20px; /* Adjust position of header image so the newspaper name/logo wont cover it */
  23.    
  24.     --fontFamily:serif;
  25.     --textColor:rgb(20, 20, 20);
  26.     --firstLetterColor:black;
  27.   }
  28.  
  29.   .mainBox {
  30.     max-width:600px; min-height:1000px;
  31.     background:var(--articleBgColor);
  32.     box-shadow:0px 2px 5px black;
  33.     margin:15px auto;
  34.     box-sizing:border-box;
  35.     position:relative;
  36.    
  37.     font-family:var(--fontFamily);
  38.     color:var(--textColor);
  39.   }
  40.  
  41.   .newspaperName {
  42.     position:relative;
  43.     top:5px;
  44.     z-index:10;
  45.   }
  46.  
  47.   .articleImg {
  48.     position:relative;
  49.     z-index:8;
  50.     top:var(--articleImgPosition);
  51.   }
  52.  
  53.   .articleTitle {
  54.     max-width:490px;
  55.     margin:0px auto;
  56.     position:relative;
  57.     z-index:10;
  58.     top:-10px;
  59.     box-sizing:border-box;
  60.     padding:0px 20px;
  61.   }
  62.  
  63.   .article {padding:5px 10px; text-align:justify;}
  64.   p.nd::first-letter {
  65.     font-size:102px;
  66.     line-height:0px;
  67.     font-weight:bold;
  68.     font-style:italic;
  69.     float:left;
  70.     padding:25px 10px 30px 0px;
  71.     color:var(--firstLetterColor);
  72.   }
  73.  
  74.   .fold {
  75.     position:relative;
  76.     width:100px;
  77.     box-sizing:border-box;
  78.     padding:10px;
  79.     background:var(--articleBoxDark);
  80.     text-align:left;
  81.   }
  82.   .author {
  83.     float:left;
  84.     margin:10px 10px 0px 0px;
  85.   }
  86.  
  87.   .interviewRow {
  88.     width:100%;
  89.     padding:10px; box-sizing:border-box;
  90.     margin:10px 0px
  91.   }
  92. </style>  
  93.  
  94.  
  95. <main class="mainBox">
  96.   <header class="newspaperName"><!-- NEWSPAPER -->
  97.     <img src="https://fontmeme.com/permalink/210810/ba90e75938acd6affc37094edce95c38.png" style="width:95%; margin:0px auto; display:block;"/>
  98.   </header>  
  99.  
  100.   <header class="articleImg"><!-- HEADER IMAGE -->
  101.     <img src="https://townsquare.media/site/252/files/2018/05/selena-gomez0back-to-you.png" style="width:100%; margin:0px auto; display:block; filter:brightness(140%);"/>
  102.   </header>
  103.  
  104.   <article>
  105.    
  106.     <div class="articleTitle">
  107.       <!-- TITLE -->
  108.       <h1 style="font-size:42px; margin:0px; text-align:justify; line-height:34px;  color:black;"><i>Selena Gomez</i> talks about politics, faith, and the making of music of her career</h1>
  109.      
  110.      
  111.      
  112.       <!-- INTRODUCTION PARAGRAPH / FIRST PARAGRAPH -->
  113.       <p style="margin-top:4px"><b>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </b></p>
  114.     </div>
  115.    
  116.    
  117.     <!-- THE REST OF THE ARTICLE -->
  118.     <div class="article">
  119.      
  120.      
  121.       <div class="interviewRow" style="background-color:#f7f7f2; margin-top:-10px;">
  122.         <img src="https://pbs.twimg.com/profile_images/892295415500025856/y9E8PvLe.jpg" style="width:100px; height:100px; float:left; margin:0px 10px 10px 0px"/>
  123.         <p><b>Interviewer</b></p>
  124.         <p>Donec pretium vulputate sapien nec sagittis aliquam malesuada bibendum. Urna neque viverra justo nec ultrices dui sapien. Urna neque viverra justo nec ultrices dui sapien. Bibendum at varius vel pharetra vel turpis. Sociis natoque penatibus et magnis dis parturient. </p>
  125.       </div>
  126.      
  127.       <div class="interviewRow" style="background-color:#f7f7f2; text-align:right">
  128.         <img src="https://i.pinimg.com/564x/d3/40/33/d34033f4e836b49ee49454fa13f949ab.jpg" style="width:100px; height:100px; float:right; margin:0px 0px 10px 10px"/>
  129.         <p><b>Selena Gomez</b></p>
  130.         <p>Donec pretium vulputate sapien nec sagittis aliquam malesuada bibendum. Urna neque viverra justo nec ultrices dui sapien. Urna neque viverra justo nec ultrices dui sapien. Bibendum at varius vel pharetra vel turpis. Sociis natoque penatibus et magnis dis parturient. </p>
  131.       </div>
  132.      
  133.      
  134.       <div class="interviewRow" style="background-color:#f7f7f2;">
  135.         <img src="https://pbs.twimg.com/profile_images/892295415500025856/y9E8PvLe.jpg" style="width:100px; height:100px; float:left; margin:0px 10px 10px 0px"/>
  136.         <p><b>Interviewer</b></p>
  137.         <p>Donec pretium vulputate sapien nec sagittis aliquam malesuada bibendum. Urna neque viverra justo nec ultrices dui sapien. Urna neque viverra justo nec ultrices dui sapien. Bibendum at varius vel pharetra vel turpis. Sociis natoque penatibus et magnis dis parturient. </p>
  138.       </div>
  139.      
  140.       <div class="interviewRow" style="background-color:#f7f7f2; text-align:right">
  141.         <img src="https://i.pinimg.com/564x/d3/40/33/d34033f4e836b49ee49454fa13f949ab.jpg" style="width:100px; height:100px; float:right; margin:0px 0px 10px 10px"/>
  142.         <p><b>Selena Gomez</b></p>
  143.         <p>Donec pretium vulputate sapien nec sagittis aliquam malesuada bibendum. Urna neque viverra justo nec ultrices dui sapien. Urna neque viverra justo nec ultrices dui sapien. Bibendum at varius vel pharetra vel turpis. Sociis natoque penatibus et magnis dis parturient. </p>
  144.       </div>
  145.      
  146.      
  147.       <br>
  148.      
  149.    <footer class="author">
  150.       <div class="fold">
  151.         <img src="https://hindutrend.com/wp-content/uploads/2021/03/beautiful-girls-images-for-dp.jpg" style="width:100%"/>
  152.         <p style="margin:0px;">
  153.           <span style="color:#00888a; font-size:18px;"><b>Author<br> Name</b></span></p>
  154.             <p style="font-size:14px;">Issue No. #000<br>
  155.               MONTH DD, YEAR</p>
  156.       </div>
  157.     </footer>    
  158.  
  159.       <!-- LAST PARAGRAPH -->
  160. <p>Suspendisse potenti nullam ac tortor vitae purus faucibus. Id neque aliquam vestibulum morbi. Purus ut faucibus pulvinar elementum integer enim. Massa tincidunt nunc pulvinar sapien et ligula ullamcorper. Donec pretium vulputate sapien nec sagittis aliquam malesuada bibendum. Urna neque viverra justo nec ultrices dui sapien. Bibendum at varius vel pharetra vel turpis. Sociis natoque penatibus et magnis dis parturient. Vitae sapien pellentesque habitant morbi tristique senectus et netus. Eget magna fermentum iaculis eu non. Ac auctor augue mauris augue neque gravida in.</p>
  161.       <br><hr>
  162.      
  163.       <!--♡♡♡ DO NOT REMOVE CREDITS OR I WILL SUBMERGE YOU IN A LAKE FOR FAR TOO LONG ♡♡♡-->
  164.       <p style="font-size:14px;">2021 &copy; Coding by <a href="https://kawaii-lau.tumblr.com/" target="_blank" style="color:#5e6141; text-decoration:none;"><b>Kawaii-Lau</b></a></p>
  165.     </div>
  166.   </article>
  167. </main>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement