{% extends 'base.html.twig' %}{% block body %} <!-- PAGE-HEADER --> <div class="page-header"> <div> <h1 class="page-title">Position</h1> </div> <div class="ms-auto pageheader-btn"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="javascript:void(0);">Utilities</a></li> <li class="breadcrumb-item active" aria-current="page">Position</li> </ol> </div> </div> <!-- PAGE-HEADER END --> <!-- ROW-1 OPEN --> <div class="row"> <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12"> <!--div--> <div class="card"> <div class="card-header border-bottom"> <h3 class="card-title">Set Position</h3> </div> <div class="card-body"> <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p> <div class="table-responsive"> <table class="table table-bordered text-nowrap mt-2 mb-0"> <thead> <tr> <th class="wp-30">Class</th> <th class="wp-70">Value</th> </tr> </thead> <tbody> <tr> <td><code>.ps-relative</code></td> <td>Set a relative position to an element.</td> </tr> <tr> <td><code>.ps-absolute</code></td> <td>Set an absolute position to an element.</td> </tr> <tr> <td><code>.ps-fixed</code></td> <td>Set a fixed position to an element.</td> </tr> <tr> <td><code>.ps-static</code></td> <td>Set a static position to an element.</td> </tr> </tbody> </table> </div> </div> </div> </div> <!--/div--> <!--div--> <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12"> <div class="card"> <div class="card-header border-bottom"> <h3 class="card-title">Cornering</h3> </div> <div class="card-body"> <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p> <div class="table-responsive"> <table class="table table-bordered text-nowrap mt-2 mb-0"> <thead> <tr> <th class="wp-30">Class</th> <th class="wp-70">Value</th> </tr> </thead> <tbody> <tr> <td><code>.t-[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.r-[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.b-[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.l-[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> </tbody> </table> </div> </div> </div> </div> <!--/div--> <!--div--> <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12"> <div class="card"> <div class="card-header border-bottom"> <h3 class="card-title">X and Y Position</h3> </div> <div class="card-body"> <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p> <div class="table-responsive"> <table class="table table-bordered text-nowrap mb-0"> <thead> <tr> <th class="wp-30">Class</th> <th class="wp-70">Value</th> </tr> </thead> <tbody> <tr> <td><code>.t-[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.r-[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.b-[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.l-[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> </tbody> </table> </div> </div> </div> </div> <!--/div--> <!--div--> <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12"> <div class="card"> <div class="card-header border-bottom"> <h3 class="card-title">Negative Corner</h3> </div> <div class="card-body"> <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p> <div class="table-responsive"> <table class="table table-bordered text-nowrap mb-0"> <thead> <tr> <th class="wp-30">Class</th> <th class="wp-70">Value</th> </tr> </thead> <tbody> <tr> <td><code>.t--[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.r--[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.b--[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> <tr> <td><code>.l--[value]</code></td> <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td> </tr> </tbody> </table> </div> </div> </div> </div> <!--/div--> <!--div--> <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12"> <div class="card"> <div class="card-header border-bottom"> <h3 class="card-title">Z-Index Property</h3> </div> <div class="card-body"> <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p> <div class="table-responsive"> <table class="table table-bordered mb-0"> <thead> <tr> <th class="wp-30">Class</th> <th class="wp-70">Value</th> </tr> </thead> <tbody> <tr> <td><code>.z-index-[value]</code></td> <td>10 | 50 | 100 | 150 | 200</td> </tr> </tbody> </table> </div> </div> </div> </div> </div> <!-- ROW-1 CLOSED -->{% endblock %}