templates/position/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3.                             <!-- PAGE-HEADER -->
  4.                             <div class="page-header">
  5.                                 <div>
  6.                                     <h1 class="page-title">Position</h1>
  7.                                 </div>
  8.                                 <div class="ms-auto pageheader-btn">
  9.                                     <ol class="breadcrumb">
  10.                                         <li class="breadcrumb-item"><a href="javascript:void(0);">Utilities</a></li>
  11.                                         <li class="breadcrumb-item active" aria-current="page">Position</li>
  12.                                     </ol>
  13.                                 </div>
  14.                             </div>
  15.                             <!-- PAGE-HEADER END -->
  16.                             <!-- ROW-1 OPEN -->
  17.                             <div class="row">
  18.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  19.                                     <!--div-->
  20.                                     <div class="card">
  21.                                         <div class="card-header border-bottom">
  22.                                             <h3 class="card-title">Set Position</h3>
  23.                                         </div>
  24.                                         <div class="card-body">
  25.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  26.                                             <div class="table-responsive">
  27.                                                 <table class="table table-bordered text-nowrap mt-2 mb-0">
  28.                                                     <thead>
  29.                                                         <tr>
  30.                                                             <th class="wp-30">Class</th>
  31.                                                             <th class="wp-70">Value</th>
  32.                                                         </tr>
  33.                                                     </thead>
  34.                                                     <tbody>
  35.                                                         <tr>
  36.                                                             <td><code>.ps-relative</code></td>
  37.                                                             <td>Set a relative position to an element.</td>
  38.                                                         </tr>
  39.                                                         <tr>
  40.                                                             <td><code>.ps-absolute</code></td>
  41.                                                             <td>Set an absolute position to an element.</td>
  42.                                                         </tr>
  43.                                                         <tr>
  44.                                                             <td><code>.ps-fixed</code></td>
  45.                                                             <td>Set a fixed position to an element.</td>
  46.                                                         </tr>
  47.                                                         <tr>
  48.                                                             <td><code>.ps-static</code></td>
  49.                                                             <td>Set a static position to an element.</td>
  50.                                                         </tr>
  51.                                                     </tbody>
  52.                                                 </table>
  53.                                             </div>
  54.                                         </div>
  55.                                     </div>
  56.                                 </div>
  57.                                 <!--/div-->
  58.                                 <!--div-->
  59.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  60.                                     <div class="card">
  61.                                         <div class="card-header border-bottom">
  62.                                             <h3 class="card-title">Cornering</h3>
  63.                                         </div>
  64.                                         <div class="card-body">
  65.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  66.                                             <div class="table-responsive">
  67.                                                 <table class="table table-bordered text-nowrap mt-2 mb-0">
  68.                                                     <thead>
  69.                                                         <tr>
  70.                                                             <th class="wp-30">Class</th>
  71.                                                             <th class="wp-70">Value</th>
  72.                                                         </tr>
  73.                                                     </thead>
  74.                                                     <tbody>
  75.                                                         <tr>
  76.                                                             <td><code>.t-[value]</code></td>
  77.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  78.                                                         </tr>
  79.                                                         <tr>
  80.                                                             <td><code>.r-[value]</code></td>
  81.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  82.                                                         </tr>
  83.                                                         <tr>
  84.                                                             <td><code>.b-[value]</code></td>
  85.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  86.                                                         </tr>
  87.                                                         <tr>
  88.                                                             <td><code>.l-[value]</code></td>
  89.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  90.                                                         </tr>
  91.                                                     </tbody>
  92.                                                 </table>
  93.                                             </div>
  94.                                         </div>
  95.                                     </div>
  96.                                 </div>
  97.                                 <!--/div-->
  98.                                 <!--div-->
  99.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  100.                                     <div class="card">
  101.                                         <div class="card-header border-bottom">
  102.                                             <h3 class="card-title">X and Y Position</h3>
  103.                                         </div>
  104.                                         <div class="card-body">
  105.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  106.                                             <div class="table-responsive">
  107.                                                 <table class="table table-bordered text-nowrap mb-0">
  108.                                                     <thead>
  109.                                                         <tr>
  110.                                                             <th class="wp-30">Class</th>
  111.                                                             <th class="wp-70">Value</th>
  112.                                                         </tr>
  113.                                                     </thead>
  114.                                                     <tbody>
  115.                                                         <tr>
  116.                                                             <td><code>.t-[value]</code></td>
  117.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  118.                                                         </tr>
  119.                                                         <tr>
  120.                                                             <td><code>.r-[value]</code></td>
  121.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  122.                                                         </tr>
  123.                                                         <tr>
  124.                                                             <td><code>.b-[value]</code></td>
  125.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  126.                                                         </tr>
  127.                                                         <tr>
  128.                                                             <td><code>.l-[value]</code></td>
  129.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  130.                                                         </tr>
  131.                                                     </tbody>
  132.                                                 </table>
  133.                                             </div>
  134.                                         </div>
  135.                                     </div>
  136.                                 </div>
  137.                                 <!--/div-->
  138.                                 <!--div-->
  139.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  140.                                     <div class="card">
  141.                                         <div class="card-header border-bottom">
  142.                                             <h3 class="card-title">Negative Corner</h3>
  143.                                         </div>
  144.                                         <div class="card-body">
  145.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  146.                                             <div class="table-responsive">
  147.                                                 <table class="table table-bordered text-nowrap mb-0">
  148.                                                     <thead>
  149.                                                         <tr>
  150.                                                             <th class="wp-30">Class</th>
  151.                                                             <th class="wp-70">Value</th>
  152.                                                         </tr>
  153.                                                     </thead>
  154.                                                     <tbody>
  155.                                                         <tr>
  156.                                                             <td><code>.t--[value]</code></td>
  157.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  158.                                                         </tr>
  159.                                                         <tr>
  160.                                                             <td><code>.r--[value]</code></td>
  161.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  162.                                                         </tr>
  163.                                                         <tr>
  164.                                                             <td><code>.b--[value]</code></td>
  165.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  166.                                                         </tr>
  167.                                                         <tr>
  168.                                                             <td><code>.l--[value]</code></td>
  169.                                                             <td>0 | 5 | 10 | 15 | ... | 100 (step of 5)</td>
  170.                                                         </tr>
  171.                                                     </tbody>
  172.                                                 </table>
  173.                                             </div>
  174.                                         </div>
  175.                                     </div>
  176.                                 </div>
  177.                                 <!--/div-->
  178.                                 <!--div-->
  179.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  180.                                     <div class="card">
  181.                                         <div class="card-header border-bottom">
  182.                                             <h3 class="card-title">Z-Index Property</h3>
  183.                                         </div>
  184.                                         <div class="card-body">
  185.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  186.                                             <div class="table-responsive">
  187.                                                 <table class="table table-bordered mb-0">
  188.                                                     <thead>
  189.                                                         <tr>
  190.                                                             <th class="wp-30">Class</th>
  191.                                                             <th class="wp-70">Value</th>
  192.                                                         </tr>
  193.                                                     </thead>
  194.                                                     <tbody>
  195.                                                         <tr>
  196.                                                             <td><code>.z-index-[value]</code></td>
  197.                                                             <td>10 | 50 | 100 | 150 | 200</td>
  198.                                                         </tr>
  199.                                                     </tbody>
  200.                                                 </table>
  201.                                             </div>
  202.                                         </div>
  203.                                     </div>
  204.                                 </div>
  205.                             </div>
  206.                             <!-- ROW-1 CLOSED -->
  207. {% endblock %}