Advertisement
IEatRawPasta

Yellow

Oct 25th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.10 KB | Software | 0 0
  1. <!-- Top Divider -->
  2. <img src="https://i.imgur.com/BKlUreV.png" alt="divider" width="100%">
  3.  
  4. <div style="width: 100%; margin-top: 20px; text-align: center;">
  5.  
  6.     <!-- Chicken's Profile Picture -->
  7.     <img src="https://i.imgur.com/fguT9yG.jpeg" alt="picture" style="max-width: 250px; border-radius: 10px;"><br><br>
  8.  
  9.     <!-- Chicken's bio -->
  10.     <div style="max-width: 300px; margin: auto;">
  11.  
  12.         <!-- Description/Bio text goes here-->
  13.         <p>Bawk bawk bawk! bawk? bawk... Bawk bawk?! Bawk bawk bawk!! Bawk? Ba-bawk? .... bawk.... bawk....</p>
  14.        
  15.         <!-- Divider -->
  16.         <hr style="width: 60%; margin: auto;"> <br>
  17.  
  18.         <!-- Status Table -->
  19.         <table style="width: 100%; text-align: center;">
  20.             <tr>
  21.                 <!-- InterNests Status -->
  22.                 <td>
  23.                     <p><strong>InterNests</strong></p>
  24.                    
  25.                     <!-- Yes internests -->
  26.                     <span style="background-color: #BD4F2C; color: white; padding: 3px 8px; border-radius: 3px; font-size: 12px; display: inline-block;">🤍 Available</span>
  27.                     <br>
  28.                    
  29.                     <!-- No internests -->
  30.                     <span style="background-color: #48392F; color: #DAC3B3; padding: 3px 8px; border-radius: 3px; font-size: 12px; display: inline-block;">Unavailable</span>
  31.                 </td>
  32.  
  33.                 <!-- Trade Status -->
  34.                 <td>
  35.                     <p><strong>Trade</strong></p>
  36.                    
  37.                     <!-- Available badge -->
  38.                     <span style="background-color: #BD4F2C; color: white; padding: 3px 8px; border-radius: 3px; font-size: 12px; display: inline-block;">🤍 Up for offers</span>
  39.                     <br>
  40.                     <!-- Unavailable badge -->
  41.                     <span style="background-color: #48392F; color: #DAC3B3; padding: 3px 8px; border-radius: 3px; font-size: 12px; display: inline-block;">Not for offers</span>
  42.                 </td>
  43.             </tr>
  44.         </table>
  45.        
  46.         <!-- Interested in Section -->
  47.         <br><p><strong>Interested in:</strong></p>
  48.  
  49.         <!-- Interest Buttons -->
  50.        
  51.          <!-- Art -->
  52.         <span style="background-color: #E48048; color: #550D19; padding: 3px 8px; border-radius: 3px; font-size: 12px; display: inline-block; margin: 2px;">Art</span>
  53.        
  54.         <!-- Eggs -->
  55.         <span style="background-color: #FFC860; color: #643725; padding: 3px 8px; border-radius: 3px; font-size: 12px; display: inline-block; margin: 2px;">Eggs</span>
  56.        
  57.         <!-- Chickens -->
  58.         <span style="background-color: #FFC860; color: #643725; padding: 3px 8px; border-radius: 3px; font-size: 12px; display: inline-block; margin: 2px;">Chickens</span>
  59.        
  60.         <!-- Chickets -->
  61.         <span style="background-color: #E48048; color: #550D19; padding: 3px 8px; border-radius: 3px; font-size: 12px; display: inline-block; margin: 2px;">Chickets</span>
  62.  
  63.     </div>
  64. </div>
  65.  
  66. <!-- Bottom Divider -->
  67. <img src="https://i.imgur.com/BcbZPKi.png" alt="divider" width="100%">
Tags: chickenpet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement