Advertisement
LeafJelly

Small Decorative Code - Meat Theme - Solids - Full

Oct 29th, 2022 (edited)
1,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.27 KB | None | 0 0
  1. <!----------------------------
  2. Free to Use Small Decorative Code
  3.    Meat Theme - Full Version
  4.        Solid Colors
  5.        by LeafJelly
  6.  
  7. Short Version: Mood board ONLY
  8.  
  9.    Hex Codes
  10. Background 1: #430000
  11. Background 2: #0F0000
  12. Symbol: #A91D1D
  13. Symbol 2: #B2B2B2
  14. Font: #DECCCC
  15. Font Accent: #C62C2C
  16.  
  17.    Customization
  18. fas - is the symbol weight s=solid r=regular l-light t=thin d=duotone
  19. fa-symbol changes what the symbol is using the names found here https://fontawesome.com/ search for the symbols you want here adn replace the name with it.
  20. transform:rotate(#deg) - Rotates Symbols
  21. margin: #px #px - changes the positon of the symbol in Y X order. -Y moves up -X moves left. +Y moves down +X moves right.
  22. ---------------------------->
  23. <div class="container col-md-8 col-lg-3 my-4 p-1">
  24.    
  25. <div class="card col-12 border-0 mt-4 p-2" style="height:280px; min-width:380px; background:#430000; border-radius:.6em;">
  26.     <div class="text-center" >
  27.     <!----------Decorations Left Side------------>
  28.     <i class="fas fa-knife" style="position:absolute; margin:-40px -155px; font-size:80px; transform:rotate(-15deg); color:#B2B2B2;"></i>
  29.     <i class="fas fa-steak" style="position:absolute; margin:-40px -45px; font-size:45px; transform:rotate(-190deg); color:#A91D1D"></i>
  30.     <i class="fas fa-steak" style="position:absolute; margin:20px -30px; font-size:30px; transform:rotate(90deg); color:#A91D1D"></i>
  31.    
  32.     <!-----------Character Image Must be a Square Image------------->    
  33.         <img src="https://cdn.discordapp.com/attachments/395263691085316096/1035721886732140594/unknown.png"
  34.        class="rounded-circle p-2 mb-1" style="height:120px; width:120px; margin-top:-50px; background:#430000;background-attachment:fixed;">
  35.     <!----------Decorations Right Side------------>
  36.     <i class="fas fa-steak" style="position:absolute; margin:-40px -5px; font-size:45px; transform:rotate(-96deg); color:#A91D1D"></i>
  37.     <i class="fas fa-steak" style="position:absolute; margin:20px 0px; font-size:30px; transform:rotate(-190deg); color:#A91D1D"></i>
  38.     <i class="fas fa-fork" style="position:absolute; margin:-40px 70px; font-size:80px; transform:rotate(-80deg); color:#B2B2B2"></i>
  39.  
  40.        
  41.     </div>
  42.    
  43. <!-----------Content Box------------->
  44.     <div class="card col-0 px-1 m-0 text-center" style="height:210px; overflow:auto; font-size:12px; background:#0F0000; color:#DECCCC;">
  45.          <p class="my-auto" style="color:#C62C2C; font-size:13px">
  46.          Name · Age · Pro/nouns
  47.          <br>Gender · Race/Species · Occupation
  48.          </p>
  49.          <div class="col-auto m-1 p-0" style="border-bottom:1px solid #430000; margin:auto"></div>
  50.  
  51.          
  52. <!--------Mood Board Replace the URLS ------------>
  53.     <div class="row no-gutters pb-1">
  54.         <div class="col-4 pr-1 border-0" style="height:130px">
  55.             <div class="h-100" style="background-position:center;background-size:cover;
  56.            background-image:url(
  57.            
  58.            https://i.pinimg.com/564x/e7/31/c5/e731c5351ed346c26ff4dc5424e8ae40.jpg
  59.            
  60.            )"></div>
  61.         </div>
  62.        
  63.         <div class="col-4 pr-1 border-0" style="height:130px">
  64.             <div class="h-100" style="background-position:center;background-size:cover;
  65.            background-image:url(
  66.            
  67.            https://64.media.tumblr.com/0555772ef03939aadc8e0c464a255651/tumblr_pwmvh3he5c1ysao0po1_500.gif
  68.            
  69.            )"></div>
  70.         </div>
  71.        
  72.         <div class="col-4 pr-1 border-0" style="height:130px">
  73.             <div class="h-100" style="background-position:center;background-size:cover;
  74.            background-image:url(
  75.            
  76.            https://images.unsplash.com/photo-1524634768608-bc1821d60420?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80
  77.            
  78.            )"></div>
  79.         </div>
  80.     </div>
  81.    
  82. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #430000;width:50%;"></div>
  83.  
  84. <!-------- Trivia or Personality section------------>
  85. <ul class="my-0 text-left" style="list-style-type: none; margin-left:-25px">
  86.     <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  87.     Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.</li>
  88.    
  89.     <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  90.     Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat.</li>
  91.    
  92.     <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  93.     Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</li>
  94. </ul>
  95.  
  96. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #430000;width:50%;"></div>
  97. <div class="row no-gutters">
  98. <!--------Likes------------>    
  99. <div class="col-6 p-0 m-0 text-left">
  100.     <ul class="my-0" style="list-style-type: none; margin-left:-25px">
  101.         <li><i class="fal fa-check fa-sm mr-1"></i>
  102.         Lorem ipsum dolor</li>
  103.        
  104.         <li><i class="fal fa-check fa-sm mr-1"></i>
  105.         Aliquam tincidunt mauris</li>
  106.        
  107.         <li><i class="fal fa-check fa-sm mr-1"></i>
  108.         Vestibulum auctor dapibus neque.</li>
  109.        
  110.         <li><i class="fal fa-check fa-sm mr-1"></i>
  111.         Nunc dignissim risus id metus.</li>
  112.     </ul>
  113. </div>
  114.  
  115. <!--------Dislikes------------>  
  116. <div class="col-6 p-0 m-0 text-left">
  117.     <ul class="my-0" style=" list-style-type: none; margin-left:-25px">
  118.         <li><i class="fal fa-xmark fa-sm mr-1"></i>
  119.         Lorem ipsum dolor</li>
  120.        
  121.         <li><i class="fal fa-xmark fa-sm mr-1"></i>
  122.         Aliquam tincidunt mauris</li>
  123.        
  124.         <li><i class="fal fa-xmark fa-sm mr-1"></i>
  125.         Vestibulum auctor dapibus neque.</li>
  126.        
  127.         <li><i class="fal fa-xmark fa-sm mr-1"></i>
  128.         Nunc dignissim risus id metus.</li>
  129.     </ul>
  130. </div>
  131.  
  132. <!-------- Relationships------------>
  133. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #430000;width:100%;"></div>
  134.     <!--------Relationship 1-------->
  135.     <div class="col-4 p-0 mb-1">
  136.         <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  137.         background-image: url(
  138.        
  139.         https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  140.        
  141.         );"></div>
  142.         <a href="URL_HERE" style="color:#C62C2C">
  143.             Character Name</a>
  144.         <p>Relationship Type</p>
  145.     </div>
  146.    
  147.    <!--------Relationship 2-------->
  148.     <div class="col-4 p-0">
  149.         <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  150.         background-image: url(
  151.        
  152.         https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  153.        
  154.         );"></div>
  155.         <a href="URL_HERE" style="color:#C62C2C">
  156.             Character Name</a>
  157.         <p>Relationship Type</p>
  158.     </div>
  159.    
  160.     <!--------Relationship 3-------->
  161.     <div class="col-4 p-0">
  162.         <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  163.         background-image: url(
  164.        
  165.         https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  166.        
  167.         );"></div>
  168.         <a href="URL_HERE" style="color:#C62C2C">
  169.             Character Name</a>
  170.         <p>Relationship Type</p>
  171.     </div>
  172.    
  173.    
  174. </div>    
  175.    
  176.     </div>        
  177. </div>
  178. <!---------Decorations at the bottom left--------------->
  179. <i class="fas fa-raindrops" style="position:absolute; margin:-30px -20px; font-size:50px; color:#A91D1D"></i>
  180.  
  181.  
  182. <div class="text-center" >
  183. <!---------Credit do not remove--------------->    
  184.     <a href="/LeafJelly" title="HTML by LeafJelly" style="color:#A91D1D"></i> <i class="fas fa-plate-utensils"></i></a>
  185.    
  186. <!---------Decorations at the bottom right--------------->    
  187. <i class="fas fa-steak" style="position:absolute; margin:-25px 160px; font-size:40px; transform:rotate(-10deg); color:#A91D1D"></i>
  188. </div>
  189. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement