templates/border/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">Border</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">Border</li>
  12.                                     </ol>
  13.                                 </div>
  14.                             </div>
  15.                             <!-- PAGE-HEADER END -->
  16.                             <!-- ROW 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 Border</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 d-flex align-items-center justify-content-center justify-content-sm-start">
  28.                                                     <div class="p-7 w-40 m-1 mb-2 border">.border</div>
  29.                                                     <div class="p-7 w-40 m-1 mb-2 border-start">.border-start</div>
  30.                                                     <div class="p-7 w-40 m-1 mb-2 border-top ">.border-top</div>
  31.                                                     <div class="p-7 w-40 m-1 mb-2 border-end">.border-end</div>
  32.                                                     <div class="p-7 w-40 m-1 mb-2 border-bottom">.border-bottom</div>
  33.                                                     <div class="p-7 w-40 m-1 mb-2 border-x">.border-x</div>
  34.                                                     <div class="p-7 w-40 m-1 mb-2 border-y">.border-y</div>
  35.                                                 </div>
  36.                                             </div>
  37.                                             <div class="table-responsive mt-2">
  38.                                                 <table class="table table-bordered text-nowrap">
  39.                                                     <thead>
  40.                                                         <tr>
  41.                                                             <th class="wd-30p">Class</th>
  42.                                                             <th class="wd-70p">Description</th>
  43.                                                         </tr>
  44.                                                     </thead>
  45.                                                     <tbody>
  46.                                                         <tr>
  47.                                                             <td><code>class="border"</code></td>
  48.                                                             <td>Add border in all sides of an element using default color and width.</td>
  49.                                                         </tr>
  50.                                                         <tr>
  51.                                                             <td><code>class="border-start"</code></td>
  52.                                                             <td>Add border to left side of element.</td>
  53.                                                         </tr>
  54.                                                         <tr>
  55.                                                             <td><code>class="border-top"</code></td>
  56.                                                             <td>Add border to top side of element.</td>
  57.                                                         </tr>
  58.                                                         <tr>
  59.                                                             <td><code>class="border-end"</code></td>
  60.                                                             <td>Add border to right side of element.</td>
  61.                                                         </tr>
  62.                                                         <tr>
  63.                                                             <td><code>class="border-bottom"</code></td>
  64.                                                             <td>Add border to bottom side of element.</td>
  65.                                                         </tr>
  66.                                                         <tr>
  67.                                                             <td><code>class="border-x"</code></td>
  68.                                                             <td>Add border to left and right side of element.</td>
  69.                                                         </tr>
  70.                                                         <tr>
  71.                                                             <td><code>class="border-y"</code></td>
  72.                                                             <td>Add border to top and bottom side of element.</td>
  73.                                                         </tr>
  74.                                                     </tbody>
  75.                                                 </table>
  76.                                             </div>
  77.                                         </div>
  78.                                     </div>
  79.                                 </div><!--/div-->
  80.                                 <!--div-->
  81.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  82.                                     <div class="card">
  83.                                         <div class="card-header border-bottom">
  84.                                             <h3 class="card-title">Set Border</h3>
  85.                                         </div>
  86.                                         <div class="card-body">
  87.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  88.                                             <div class="example">
  89.                                                 <div class="mt-2 d-flex flex-wrap align-items-center justify-content-center justify-content-sm-start">
  90.                                                     <div class="p-7 w-40 m-1 mb-2 border">.border</div>
  91.                                                     <div class="p-7 w-40 m-1 mb-2 border border-2">.border .border-2</div>
  92.                                                     <div class="p-7 w-40 m-1 mb-2 border border-3">.border .border-3</div>
  93.                                                     <div class="p-7 w-40 m-1 mb-2 border border-4">.border .border-4</div>
  94.                                                     <div class="p-7 w-40 m-1 mb-2 border border-5">.border .border-5</div>
  95.                                                 </div>
  96.                                             </div>
  97.                                             <div class="table-responsive mt-2">
  98.                                                 <table class="table table-bordered text-nowrap">
  99.                                                     <thead>
  100.                                                         <tr>
  101.                                                             <th class="wd-30p">Class</th>
  102.                                                             <th class="wd-70p">Description</th>
  103.                                                         </tr>
  104.                                                     </thead>
  105.                                                     <tbody>
  106.                                                         <tr>
  107.                                                             <td><code>class="border"</code></td>
  108.                                                             <td>Set 1px (default) border to element.</td>
  109.                                                         </tr>
  110.                                                         <tr>
  111.                                                             <td><code>class="border border-2"</code></td>
  112.                                                             <td>Set 2px border to element.</td>
  113.                                                         </tr>
  114.                                                         <tr>
  115.                                                             <td><code>class="border border-3"</code></td>
  116.                                                             <td>Set 3px border to element.</td>
  117.                                                         </tr>
  118.                                                         <tr>
  119.                                                             <td><code>class="border border-4"</code></td>
  120.                                                             <td>Set 4px border to element.</td>
  121.                                                         </tr>
  122.                                                         <tr>
  123.                                                             <td><code>class="border border-5"</code></td>
  124.                                                             <td>Set 5px border to element.</td>
  125.                                                         </tr>
  126.                                                     </tbody>
  127.                                                 </table>
  128.                                             </div>
  129.                                         </div>
  130.                                     </div>
  131.                                 </div><!--/div-->
  132.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  133.                                     <div class="card">
  134.                                         <div class="card-header border-bottom">
  135.                                             <h3 class="card-title">Remove Border</h3>
  136.                                         </div>
  137.                                         <div class="card-body">
  138.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  139.                                             <div class="example">
  140.                                                 <div class="mt-2 d-flex flex-wrap align-items-center justify-content-center justify-content-sm-start">
  141.                                                     <div class="p-7 m-1 mb-2 border border-2 border-top-0">.border</div>
  142.                                                     <div class="p-7 m-1 mb-2 border border-2 border-end-0">.border</div>
  143.                                                     <div class="p-7 m-1 mb-2 border border-2 border-b-0">.border</div>
  144.                                                     <div class="p-7 m-1 mb-2 border border-2 border-end-0">.border</div>
  145.                                                     <div class="p-7 m-1 mb-2 border border-2 border-x-0">.border</div>
  146.                                                     <div class="p-7 m-1 mb-2 border border-2 border-y-0">.border</div>
  147.                                                 </div>
  148.                                             </div>
  149.                                             <div class="table-responsive mt-2">
  150.                                                 <table class="table table-bordered text-nowrap">
  151.                                                     <thead>
  152.                                                         <tr>
  153.                                                             <th class="wd-30p">Class</th>
  154.                                                             <th class="wd-70p">Description</th>
  155.                                                         </tr>
  156.                                                     </thead>
  157.                                                     <tbody>
  158.                                                         <tr>
  159.                                                             <td><code>.border-0</code></td>
  160.                                                             <td>Remove all borders of an element.</td>
  161.                                                         </tr>
  162.                                                         <tr>
  163.                                                             <td><code>.border-top-0</code></td>
  164.                                                             <td>Remove top border of an element</td>
  165.                                                         </tr>
  166.                                                         <tr>
  167.                                                             <td><code>.border-end-0</code></td>
  168.                                                             <td>Remove right border of an element</td>
  169.                                                         </tr>
  170.                                                         <tr>
  171.                                                             <td><code>.border-b-0</code></td>
  172.                                                             <td>Remove bottom border of an element</td>
  173.                                                         </tr>
  174.                                                         <tr>
  175.                                                             <td><code>.border-end-0</code></td>
  176.                                                             <td>Remove left border of an element</td>
  177.                                                         </tr>
  178.                                                         <tr>
  179.                                                             <td><code>.border-x-0</code></td>
  180.                                                             <td>Remove left and right border of an element</td>
  181.                                                         </tr>
  182.                                                         <tr>
  183.                                                             <td><code>.border-y-0</code></td>
  184.                                                             <td>Remove top and bottom border of an element</td>
  185.                                                         </tr>
  186.                                                     </tbody>
  187.                                                 </table>
  188.                                             </div>
  189.                                         </div>
  190.                                     </div>
  191.                                 </div><!--/div-->
  192.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  193.                                     <div class="card">
  194.                                         <div class="card-header border-bottom">
  195.                                             <h3 class="card-title">Border Color</h3>
  196.                                         </div>
  197.                                         <div class="card-body">
  198.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  199.                                             <div class="example">
  200.                                                 <div class="mt-2 d-flex flex-wrap align-items-center justify-content-center justify-content-sm-start">
  201.                                                     <div class="p-7 me-2 mb-2 border border-2 border-primary">.border-primary</div>
  202.                                                     <div class="p-7 me-2 mb-2 border border-2 border-secondary">.border-secondary</div>
  203.                                                     <div class="p-7 me-2 mb-2 border border-2 border-success">.border-success</div>
  204.                                                     <div class="p-7 me-2 mb-2 border border-2 border-info">.border-info</div>
  205.                                                     <div class="p-7 me-2 mb-2 border border-2 border-warning">.border-warning</div>
  206.                                                     <div class="p-7 me-2 mb-2 border border-2 border-danger">.border-danger</div>
  207.                                                 </div>
  208.                                             </div>
  209.                                             <div class="table-responsive mt-2 mb-0">
  210.                                                 <table class="table table-bordered text-nowrap">
  211.                                                     <tbody>
  212.                                                         <tr>
  213.                                                             <td class="wd-20p">Classes</td>
  214.                                                             <td><code>.border-[value]</code></td>
  215.                                                             <td><code>.border-gray-[value]</code></td>
  216.                                                         </tr>
  217.                                                         <tr>
  218.                                                             <td class="wd-20p">Values</td>
  219.                                                             <td>primary | secondary | success | info | warning | danger | purple | pink | teal | orange</td>
  220.                                                             <td>100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900</td>
  221.                                                         </tr>
  222.                                                     </tbody>
  223.                                                 </table>
  224.                                             </div>
  225.                                         </div>
  226.                                     </div>
  227.                                 </div>
  228.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  229.                                     <div class="card">
  230.                                         <div class="card-header border-bottom">
  231.                                             <h3 class="card-title">Border Radius</h3>
  232.                                         </div>
  233.                                         <div class="card-body">
  234.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  235.                                             <div class="example">
  236.                                                 <div class="mt-2 d-flex flex-wrap align-items-center justify-content-center justify-content-sm-start">
  237.                                                     <div class="wpx-80 hpx-80 m-1 border border-gray-500 radius-1"></div>
  238.                                                     <div class="wpx-80 hpx-80 m-1 border border-gray-500 radius-5"></div>
  239.                                                     <div class="wpx-80 hpx-80 m-1 border border-gray-500 radius-10"></div>
  240.                                                     <div class="wpx-80 hpx-80 m-1 border border-gray-500 radius-20"></div>
  241.                                                     <div class="wpx-80 hpx-80 m-1 border border-gray-500 radius-30"></div>
  242.                                                     <div class="wpx-80 hpx-80 m-1 border border-gray-500 rounded-circle"></div>
  243.                                                 </div>
  244.                                             </div>
  245.                                             <div class="table-responsive mt-2 mb-0">
  246.                                                 <table class="table table-bordered text-nowrap">
  247.                                                     <tbody>
  248.                                                         <tr>
  249.                                                             <td class="wd-20p">Classes</td>
  250.                                                             <td><code>.radius</code></td>
  251.                                                             <td><code>.radius-[value]</code></td>
  252.                                                         </tr>
  253.                                                         <tr>
  254.                                                             <td class="wd-20p">Values</td>
  255.                                                             <td>Set a border radius of 2px (default) to an element.</td>
  256.                                                             <td>1 | 5 | 10 | 20 | 30 | 50 | circle</td>
  257.                                                         </tr>
  258.                                                     </tbody>
  259.                                                 </table>
  260.                                             </div>
  261.                                         </div>
  262.                                     </div>
  263.                                 </div>
  264.                             </div>
  265.                             <!-- ROW CLOSED -->
  266. {% endblock %}