Advertisement
redenvii

Slim Simple Info

Jun 3rd, 2019
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.57 KB | None | 0 0
  1. <!--
  2.  
  3.  Replacing images, the easy way!
  4.  
  5.  1. Click Ctrl F on your keyboard.
  6.  2. In the "search for" section, place the link you want to replace.
  7.  3. Click the plus sign.
  8.  4. In the "Replace with" section, place your image link and press the replace button!
  9.  
  10.  Avatar : https://via.placeholder.com/1920x1080/?text=ref
  11.  
  12. -------------------------------------
  13.  
  14.  Replacing colors, the easy way!
  15.  
  16.    1. Click Ctrl F on your keyboard.
  17.    2. In the "search for" section, place the color you want to replace.
  18.    3. Click the plus sign.
  19.    4. In the "Replace with" section, place your image hex code and press the all button!
  20.  
  21.  Current Color : #1D906C
  22.  
  23. -------------------------------------
  24.  
  25.  TERMS OF SERVICES
  26.  1. DO NOT remove my credits. I tried to make them small.
  27.  2. DO NOT advertise my codes or modify my codes to advertise as your own.
  28.  3. My codes are for personal use only.
  29.  4. Do not turn on WYSIWYG when using my code- it will break it!
  30.  5. Do not steal, claim, redistribute or heavily reference my codes.
  31.      5a. Redistributing my codes that you edited still falls under stealing.
  32.  6. I will block and blacklist anyone who breaks these rules.
  33.  7. Let me know when you use my code in my HTML forum post!
  34.  
  35.  This HTML was created by @redenvii.
  36.  
  37. -->
  38. <div class="container">
  39.   <div class="container-fluid text-center">
  40.     <div class="card border-0 rounded-0 p-3 display-2" style="background-color:1D906C;">Character Name</div>
  41.    
  42.     <div class="p-2"></div>
  43.    
  44.     <div class="card border-0 rounded-0 p-2 bg-faded">
  45.    
  46.       <div class="text-muted display-4">"Character Quote goes here..."</div>
  47.     <div class="p-2"></div>
  48.      
  49.       <div class="text">
  50.         Write a simple blurb about your characters personality, how they behave, etc!  
  51.       </div>
  52.        
  53.       <div class="p-2"></div>
  54.        
  55.           <div class="row justify-content-center">
  56.          
  57.           <div class="col-sm">
  58.             <div class="card border-0 rounded-0 p-3 display-4" style="background-color:1D906C;">Likes</div>
  59.             <div class="card border-0 rounded-0 p-1">
  60.               <div class="p-1"></div>
  61.               <ul class="list-unstyled">
  62.                 <li>Like</li>
  63.                 <li>Like</li>
  64.                 <li>Like</li>
  65.                 <li>Like</li>
  66.               </ul>
  67.             </div>
  68.           </div>
  69.          
  70.           <div class="col-sm">
  71.             <div class="card border-0 rounded-0 p-3 display-4" style="background-color:1D906C;">Dislikes</div>
  72.               <div class="card border-0 rounded-0 p-1">
  73.                 <div class="p-1"></div>
  74.               <ul class="list-unstyled">
  75.                 <li>Dislike</li>
  76.                 <li>Dislike</li>
  77.                 <li>Dislike</li>
  78.                 <li>Dislike</li>
  79.               </ul>
  80.             </div>
  81.           </div>
  82.          
  83.         </div>
  84.        
  85.         <div class="p-2"></div>
  86.        
  87.         <div class="card border-0 rounded-0 p-2">
  88.           <img src="https://via.placeholder.com/1920x1080/?text=ref">
  89.         </div>
  90.        
  91.         <div class="p-2"></div>
  92.        
  93.         <div class="card border-0 rounded-0 p-3 display-4" style="background-color:1D906C;">Design Notes</div>
  94.          <div class="card border-0 rounded-0 p-1 text-left">
  95.               <div class="p-1"></div>
  96.               <ul>
  97.                 <li>Note</li>
  98.                 <li>Note</li>
  99.                 <li>Note</li>
  100.               </ul>
  101.             </div>
  102.    
  103.     </div>
  104.     <div class="text-muted float-right">html by @codenvii</div>
  105.   </div>
  106. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement