[ F2U ] Infinitesimal (CODE (Pagedoll))

jiko

Profile


 <!-------------------------------------------------
 
 
        Infinitesimal —  Pagedoll version.
        (code by jiko)
        
        ------------------------------
        
        RULES
        → Read this thoroughly please, and maybe drop a small comment saying that you've read it? :'3
        thank youu [ https://toyhou.se/~bulletins/127417.code-rules ]
        
        → turn OFF WYSIWYG (in display settings)
        → turn ON Code Editor
        
        ------------------------------
        
        TIPPY TIPS
        → insert your img links INSIDE or quotation marks!!
        → looking for a good online code editor?  try [ https://th.circlejourney.net/# ] !
 
 
 ------------------------------------------------->
 <div class="my-lg-5 mx-auto" style="font-size:90%; letter-spacing:0.2px; line-height:22px; max-width:500px">
 <div class="row no-gutters" class="margin:-4px">
 <!------------------------------------------------
 
 
                PAGEDOLL
 

 ------------------------------------------------->
 <!--
 → depending on the dimensions of the image, you
   may need to set a height or width
 -->
 <div class="col-4 mr-lg-n4 mr-n3">
    <div class="text-center">
        
        
        <!-- IMG ADDRESS HERE -->
        <img src=""
        style="z-index:2">
        
        
    </div>
 </div>
 <!------------------------------------------------
 
 
                FAKE TAGS
 

 ------------------------------------------------->
 <div class="col-8 my-auto">
    
    
    
    <!-- CHARACTER NAME
    ---------------------------------------------->
    <!--
    → to make this custom coloured, delete
    [text-danger] and add [color:#HEXCODE;] in the
    style tag!
    -->
    <div class="display-4 pl-4 font-italic font-weight-bold text-danger" style="font-family:georgia; letter-spacing:3px;">
        
        
        NAME
        
        
    </div>
    
    
    <!-- SUBTITLE / TINY DESCRIB
    ---------------------------------------------->
    <div class="pl-4 text-muted">
        
        
        words | go | here
        
        
    </div>
    <hr class="my-1">
    
    
    <!-- SUMMARY
    ---------------------------------------------->
    <!--
    → make this short and sweet!
    → you could go longer but it may look funky
    -->
    <div class="py-2 pl-4">
        
        
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio.</p>
        
        
    </div>
    
    
    
 </div>
 </div>
 <hr class="my-2">
 <!------------------------------------------------
 
 
                CREDITS
 

 ------------------------------------------------->
 <div class="faded text-monospace small justify-content-between">
    
    
    <a href="ARTIST_LINK_HERE" class="text-muted" style="text-decoration:none">
        <i class="fas fa-image"></i>
    </a>
    
    <a href="https://toyhou.se/13895814.-f2u-infinitesimal" class="text-muted" style="text-decoration:none">
        code by jiko
    </a>
    
    
 </div>
 </div>