templates/height/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">Height</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">Height</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">Height Values</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="example">
  27.                                                 <div class="d-flex flex-wrap align-items-center justify-content-center justify-content-sm-start">
  28.                                                     <div class="d-flex align-items-center justify-content-center br-5 wpx-150 hpx-50 bg-gray-200 m-1">
  29.                                                         .hpx-50
  30.                                                     </div>
  31.                                                     <div class="d-flex align-items-center justify-content-center br-5 wpx-150 hpx-80 bg-gray-200 m-1">
  32.                                                         .hpx-80
  33.                                                     </div>
  34.                                                     <div class="d-flex align-items-center justify-content-center br-5 wpx-150 hpx-100 bg-gray-200 m-1">
  35.                                                         .hpx-100
  36.                                                     </div>
  37.                                                     <div class="d-flex align-items-center justify-content-center br-5 wpx-150 hpx-150 bg-gray-200 m-1">
  38.                                                         .hpx-150
  39.                                                     </div>
  40.                                                 </div>
  41.                                             </div>
  42.                                             <div class="table-responsive">
  43.                                                 <table class="table table-bordered mt-2 mb-0 text-nowrap">
  44.                                                     <tbody>
  45.                                                         <tr>
  46.                                                             <td class="wp-20">Classes</td>
  47.                                                             <td><code>.hpx-[value]</code></td>
  48.                                                         </tr>
  49.                                                         <tr>
  50.                                                             <td class="wp-20">Values</td>
  51.                                                             <td>1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10</td>
  52.                                                         </tr>
  53.                                                     </tbody>
  54.                                                 </table>
  55.                                             </div>
  56.                                             <div class="table-responsive">
  57.                                                 <table class="table table-bordered mt-2 text-nowrap mb-0">
  58.                                                     <tbody>
  59.                                                         <tr>
  60.                                                             <td class="wp-20">Classes</td>
  61.                                                             <td><code>.hpx-[value]</code></td>
  62.                                                         </tr>
  63.                                                         <tr>
  64.                                                             <td class="wp-20">Values</td>
  65.                                                             <td>15 | 20 | 25 | 30 | ... | 100 &nbsp; (step of 5) Regular Height</td>
  66.                                                         </tr>
  67.                                                     </tbody>
  68.                                                 </table>
  69.                                             </div>
  70.                                             <div class="table-responsive">
  71.                                                 <table class="table table-bordered mt-2 text-nowrap mb-0">
  72.                                                     <tbody>
  73.                                                         <tr>
  74.                                                             <td class="wp-20">Classes</td>
  75.                                                             <td><code>.hpx-[value]</code></td>
  76.                                                         </tr>
  77.                                                         <tr>
  78.                                                             <td class="wp-20">Values</td>
  79.                                                             <td>150 | 200 | 250 | 300 | ... | 850 &nbsp; (step of 50) Bigger Height</td>
  80.                                                         </tr>
  81.                                                     </tbody>
  82.                                                 </table>
  83.                                             </div>
  84.                                         </div>
  85.                                     </div>
  86.                                 </div>
  87.                                 <!--/div-->
  88.                                 <!--div-->
  89.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  90.                                     <div class="card">
  91.                                         <div class="card-header border-bottom">
  92.                                             <h3 class="card-title">Percentage Height</h3>
  93.                                         </div>
  94.                                         <div class="card-body">
  95.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  96.                                             <div class="table-responsive">
  97.                                                 <table class="table table-bordered mt-2 text-nowrap mb-0">
  98.                                                     <tbody>
  99.                                                         <tr>
  100.                                                             <td class="wp-20">Classes</td>
  101.                                                             <td><code>.hp-[value]</code></td>
  102.                                                         </tr>
  103.                                                         <tr>
  104.                                                             <td class="wp-20">Values</td>
  105.                                                             <td>10 | 20 | 30 | 40 | ... | 100 &nbsp; (step of 10)</td>
  106.                                                         </tr>
  107.                                                     </tbody>
  108.                                                 </table>
  109.                                             </div>
  110.                                         </div>
  111.                                     </div>
  112.                                 </div>
  113.                                 <!--/div-->
  114.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  115.                                     <div class="card">
  116.                                         <div class="card-header border-bottom">
  117.                                             <h3 class="card-title">Media query Height</h3>
  118.                                         </div>
  119.                                         <div class="card-body">
  120.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  121.                                             <div class="table-responsive">
  122.                                                 <table class="table table-bordered mt-2 text-nowrap mb-0">
  123.                                                     <tbody>
  124.                                                         <tr>
  125.                                                             <td class="wp-20">Classes</td>
  126.                                                             <td><code>.ht-[size]-[value]</code></td>
  127.                                                             <td><code>.ht-[size]-[value]p</code></td>
  128.                                                         </tr>
  129.                                                         <tr>
  130.                                                             <td class="wp-20">Values</td>
  131.                                                             <td>
  132.                                                                 <p class="mg-b-5">size: xs | sm | md | lg | xl</p>
  133.                                                                 <p class="mg-b-0">value: the height value (refer to code above)</p>
  134.                                                             </td>
  135.                                                             <td>
  136.                                                                 <p class="mg-b-5">size: xs | sm | md | lg | xl</p>
  137.                                                                 <p class="mg-b-0">value: the height value (refer to code above)</p>
  138.                                                             </td>
  139.                                                         </tr>
  140.                                                     </tbody>
  141.                                                 </table>
  142.                                             </div>
  143.                                         </div>
  144.                                     </div>
  145.                                 </div>
  146.                                 <!--/div-->
  147.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  148.                                     <div class="card">
  149.                                         <div class="card-header border-bottom">
  150.                                             <h3 class="card-title">Extra Height Classes</h3>
  151.                                         </div>
  152.                                         <div class="card-body">
  153.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  154.                                             <div class="table-responsive">
  155.                                                 <table class="table table-bordered mt-2 text-nowrap  mb-0">
  156.                                                     <tbody>
  157.                                                         <tr>
  158.                                                             <td class="wp-20">Classes</td>
  159.                                                             <td><code>.ht-100v</code></td>
  160.                                                             <td><code>.ht-auto</code></td>
  161.                                                         </tr>
  162.                                                         <tr>
  163.                                                             <td class="wp-20">Values</td>
  164.                                                             <td>Set a height to an element based on viewport height.</td>
  165.                                                             <td>Set an auto height to an element.</td>
  166.                                                         </tr>
  167.                                                     </tbody>
  168.                                                 </table>
  169.                                             </div>
  170.                                         </div>
  171.                                     </div>
  172.                                 </div>
  173.                             </div>
  174.                             <!-- ROW-1 CLOSED -->
  175. {% endblock %}