Advertisement
vermilly

profile 4 paimon

Feb 4th, 2023 (edited)
945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.55 KB | None | 0 0
  1. <!-- ------------------------------
  2.  
  3.        RULES
  4.        
  5.        → Read this thoroughly please, and maybe drop a small comment saying that you've read it? :'3
  6.        thank youu [ https://toyhou.se/~bulletins/127417.code-rules ]
  7.        
  8.        ACCENTS
  9.        → accent : #eb9fa1
  10.        → text : #404040
  11.        → background : #f4f4f4
  12.        
  13.        use control + f in the code editor to easily change them all!
  14.  
  15. ------------------------------- -->
  16.  <div class="my-4 mx-auto" style="font-size:90%; color:#404040; max-width:440px">
  17.  <!-------------------------------------------------
  18.  
  19.  
  20.                 CONTENT
  21.  
  22.  
  23. ------------------------------------------------->
  24.  
  25.  <div class="card p-4 progress-bar-animated progress-bar-striped" style="background-color:#eb9fa1; border-radius:5px">
  26.    
  27.    
  28.  
  29.     <!--------------------------------------
  30.  
  31.                 BASIC INFO
  32.  
  33.    --------------------------------------->
  34.     <!--
  35.    → you can explore more icons to replace [far fa-angle-right] through fontawesome.com!
  36.    → best if short!
  37.    -->
  38.     <div class="card p-2 px-3 mb-2" style="background-color:#f4f4f4">
  39.     <p>
  40.         Xuxu <i class="far fa-angle-right fa-sm px-1"></i>
  41.         They/them <i class="far fa-angle-right fa-sm px-1"></i>
  42.         Minor (16+)
  43.  
  44.     </p>
  45.     </div>
  46.  
  47.     <div class="card p-3 mb-2" style="background-color:#f4f4f4">
  48.      <p>        
  49.      <img class="float-left mr-3" style="height:90px; width:80px;" src="https://pbs.twimg.com/media/EuKiUmkXUAI7TEB.png">      
  50.      
  51.       Hello! I'm a digital artist and college student (psych major)!
  52.       <br><br>
  53.       <u>Side account</u>: @xuxu_e
  54.       <br>
  55.       <u>Carrd</u>: <a href="https://xuxu-time.carrd.co/#">https://xuxu-time.carrd.co/</a>
  56.       </p>
  57.       </div>
  58.    
  59.    
  60.    
  61.        <div class="card p-3 mb-2" style="background-color:#f4f4f4">
  62.        <p>
  63.        <i class="far fa-heart fa-sm px-1"></i>I enjoy Twisted Wonderland, Genshin, MXTX, and more!      
  64.        <br><i class="far fa-heart fa-sm px-1"></i>DMs and pings are ok!
  65.        <br><i class="far fa-heart fa-sm px-1"></i>Gift art is ok! Just keep it PG-13!</p>
  66.        </div>
  67.        
  68.       </div>
  69.      
  70.  <!----------------    CREDITS   -------------------------->
  71.  <div class="text-right text-muted py-2 small" style="letter-spacing:3px;">
  72.    
  73.     <a href="https://toyhou.se/10939117.-f2u-user-molong"
  74.    class="text-muted tooltipster" title="code by jiko" style="text-decoration:none;">
  75.         <i class="far fa-code"></i>
  76.     </a>
  77.  
  78.  
  79.  </div>
  80.  </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement