Advertisement
rikatoola

MANGA ; Mini Profile

Sep 14th, 2022
1,603
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.32 KB | None | 1 0
  1. <div class="container mx-auto my-5 p-0" style="border-radius: 0px;
  2. background-image: url(http://artwiki.wikidot.com/local--files/creating-screentones/Screentone1.jpg);
  3. width: 400px;
  4. height: 300px;">
  5.  
  6. <!--- start of the code --->
  7.  
  8.     <div class="card mx-auto p-0 m-0 border-0" style="border-radius: 0px; background-color: rgba(255, 255, 255, 0.9); height: 300px; width: 400px;">
  9.    
  10.     <!--- icon 1 --->
  11.     <div class="w-100" style="margin-left:-40px; margin-top:30px; position:absolute;">
  12.         <div class="card" style="border-radius: 0px; background-color: transparent;
  13.        background-image: url(https://i.pinimg.com/originals/75/23/74/752374a216eb8786ed242af931f89b32.png);
  14.        height: 150px;
  15.        width: 150px;
  16.        background-size: contain;
  17.        transform: rotate(-3deg);
  18.        position: absolute;
  19.        top: -50px;
  20.        left: -20px;
  21.        border: 2px solid #000;
  22.        
  23.        "></div>
  24.     </div>
  25.    
  26.     <!--- icon 2 --->
  27.     <div class="w-100" style="margin-left:-40px; margin-top:30px; position:absolute;">
  28.         <div class="card" style="border-radius: 0px; background-color: transparent;
  29.        background-image: url(https://i.pinimg.com/736x/59/43/fb/5943fbdad4baebd37d54d1e59d8469ad.jpg);
  30.        height: 150px;
  31.        width: 150px;
  32.        background-size: 110%;
  33.        background-position: center;
  34.        transform: rotate(3deg);
  35.        position: absolute;
  36.        top: 95px;
  37.        left: 310px;
  38.        border: 2px solid #000;
  39.        
  40.        "></div>
  41.     </div>
  42.    
  43.     <div class="row no-gutters">
  44.         <div class="col-3">
  45.             <!--- filler --->
  46.         </div>
  47.        
  48.         <div class="col-9">
  49.            
  50.         <!--- title, tags, and links --->
  51.         <div class="w-100" style="margin-left:20px; margin-top:20px; position:absolute;">
  52.         <div class="text-left" style="font-size: 20px; font-weight: 500; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.8);">
  53.             <i class="fa fa-at" style=" color: rgba(0, 0, 0, 0.4);"></i>USERNAME
  54.         </div>
  55.        
  56.         <div class="text-left mb-2" style="font-size: 13px; font-weight: 500; color: rgba(0, 0, 0, 0.8); text-transform: uppercase;">
  57.             nickname • pro/nouns • ETC • ETC
  58.         </div>
  59.        
  60.         <div class="text-left" style="font-size: 13px; font-weight: 500; color: rgba(0, 0, 0, 0.8); text-transform: uppercase;">
  61.            
  62.             <a href="#"><i class="fa fa-user fa-fw tooltipster" title="carrd" data-original-title="carrd" style=" color: rgba(0, 0, 0, 0.8);"></i></a>
  63.            
  64.             <a href="#"><i class="fa-brands fa-twitter fa-fw tooltipster" title="twitter" data-original-title="twitter" style=" color: rgba(0, 0, 0, 0.8);"></i></a>
  65.            
  66.             <a href="#"><i class="fa-brands fa-instagram fa-fw tooltipster" title="instagram" data-original-title="instagram" style=" color: rgba(0, 0, 0, 0.8);"></i></a>
  67.            
  68.             <a href="#"><i class="fa fa-paintbrush fa-fw tooltipster" title="commissions • open" data-original-title="commissions • open" style=" color: rgba(0, 0, 0, 0.8);"></i></a>
  69.            
  70.             <i class="fa fa-arrow-right-arrow-left fa-fw tooltipster" title="trades • ask" data-original-title="trades • ask" style=" color: rgba(0, 0, 0, 0.8);"></i>
  71.            
  72.             <i class="fa fa-gift fa-fw tooltipster" title="requests • closed" data-original-title="requests • closed" style=" color: rgba(0, 0, 0, 0.8);"></i>
  73.            
  74.         </div>
  75.         </div>
  76.            
  77.         </div>
  78.     </div>
  79.    
  80.     <div class="row no-gutters">
  81.         <div class="col-1">
  82.             <!--- filler --->
  83.         </div>
  84.        
  85.         <div class="col-6">
  86.        
  87.         <!--- title, tags, and links --->
  88.         <div class="w-100" style="margin-left:0px; margin-top:150px; position:absolute;">
  89.         <div class="text-right" style="font-size: 20px; font-weight: 500; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.8);">
  90.             ABOUT ME
  91.             <i class="fa fa-exclamation" style=" color: rgba(0, 0, 0, 0.8); transform: rotate(10deg);"></i>
  92.             <i class="fa fa-exclamation" style=" color: rgba(0, 0, 0, 0.8); transform: rotate(10deg);"></i>
  93.         </div>
  94.        
  95.         <div class="card p-0 mx-auto" style="border-radius: 0px; border: 1px solid #000; background-color: transparent; overflow-y: scroll; height: 90px;">
  96.             <div class="text-right p-1" style="font-size: 12px; font-weight: 400; color: rgba(0, 0, 0, 0.8);">
  97.                 Lil about and stuff goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec interdum arcu vel viverra.
  98.         </div>
  99.         </div>
  100.        
  101.         </div>
  102.        
  103.         <div class="col-5">
  104.             <!--- filler --->
  105.         </div>
  106.     </div>
  107.    
  108.     <!--- credits. do NOT remove --->
  109.    
  110.     <div class="w-100" style="margin-left:186px; margin-top:276px; position:absolute;">
  111.         <div class="text-center" style="font-size: 15px; font-weight: 600; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.5);">
  112.                 <a href="https://toyhou.se/honeybree"><i class="fa fa-code fa-fw tooltipster" title="code by honeybree" data-original-title="code by honeybree" style=" color: rgba(0, 0, 0, 0.4);"></i></a>
  113.         </div>
  114.     </div>
  115.    
  116.     </div>
  117.  
  118. <!--- end of the code --->
  119.  
  120. </div>
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement