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