|
11 | 11 | >
|
12 | 12 | <h4>Default headings</h4>
|
13 | 13 | <p>Basic headings for everyday use</p>
|
14 |
| - <div class="widget-padding-md w-100 h-100 text-left border rounded"> |
| 14 | + <div class="widget-padding-md w-100 h-100 text-start border rounded"> |
15 | 15 | <b-row>
|
16 | 16 | <b-col sm="6">
|
17 | 17 | <h1>h1. Heading</h1>
|
|
33 | 33 | </div>
|
34 | 34 | <h4 class="mt-5">Customized headings</h4>
|
35 | 35 | <p>Enhanced with additional text</p>
|
36 |
| - <div class="widget-padding-md w-100 h-100 text-left border rounded"> |
| 36 | + <div class="widget-padding-md w-100 h-100 text-start border rounded"> |
37 | 37 | <h3>
|
38 | 38 | Headings <small>And some clarification text</small>
|
39 | 39 | </h3>
|
40 | 40 | </div>
|
41 | 41 | <h4 class="mt-5">Display</h4>
|
42 | 42 | <p>Headings to stand out</p>
|
43 |
| - <div class="widget-padding-md w-100 h-100 text-left border rounded"> |
| 43 | + <div class="widget-padding-md w-100 h-100 text-start border rounded"> |
44 | 44 | <h1 class="display-1">Display 1</h1>
|
45 | 45 | <h1 class="display-2">Display 2</h1>
|
46 | 46 | <h1 class="display-3">Display 3</h1>
|
47 | 47 | <h1 class="display-4">Display 4</h1>
|
48 | 48 | </div>
|
49 | 49 | <h4 class="mt-5">Lead</h4>
|
50 | 50 | <p>Make a paragraph stand out by adding <code class="highlighter-rouge">.lead</code>.</p>
|
51 |
| - <div class="widget-padding-md w-100 h-100 text-left border rounded"> |
| 51 | + <div class="widget-padding-md w-100 h-100 text-start border rounded"> |
52 | 52 | <p class="lead">Sing App is admin dashboard template built with Bootstrap</p>
|
53 | 53 | </div>
|
54 | 54 | </Widget>
|
|
60 | 60 | >
|
61 | 61 | <h4>Basic texts</h4>
|
62 | 62 | <p>Styling for common texts</p>
|
63 |
| - <div class="widget-padding-md w-100 h-100 text-left border rounded"> |
| 63 | + <div class="widget-padding-md w-100 h-100 text-start border rounded"> |
64 | 64 | <p>You can use the mark tag to <mark>highlight</mark> text.</p>
|
65 | 65 | <p><del>This line of text is meant to be treated as deleted text.</del></p>
|
66 | 66 | <p><ins>This line of text is meant to be treated as
|
|
71 | 71 | </div>
|
72 | 72 | <h4 class="mt-5">Font weights</h4>
|
73 | 73 | <p>Various font weights supported</p>
|
74 |
| - <div class="widget-padding-md w-100 h-100 text-left border rounded"> |
| 74 | + <div class="widget-padding-md w-100 h-100 text-start border rounded"> |
75 | 75 | <p>Thin (default) font weight</p>
|
76 | 76 | <p class="fw-normal">Normal font weight</p>
|
77 | 77 | <p class="fw-semi-bold">Semi bold to empasize important thing</p>
|
78 | 78 | <p class="fw-bold">Bold font as a high priority</p>
|
79 | 79 | </div>
|
80 | 80 | <h4 class="mt-5">colors</h4>
|
81 | 81 | <p>Bootstrap state colors can be applied to texts too</p>
|
82 |
| - <div class="widget-padding-md w-100 h-100 text-left border rounded"> |
| 82 | + <div class="widget-padding-md w-100 h-100 text-start border rounded"> |
83 | 83 | <p class="text-danger">Some danger text</p>
|
84 | 84 | <p class="text-warning">Some warning text</p>
|
85 | 85 | <p class="text-success">Some succes text</p>
|
|
88 | 88 | </div>
|
89 | 89 | <h4 class="mt-5">Blockquotes</h4>
|
90 | 90 | <p>Citing someone is really easy</p>
|
91 |
| - <div class="widget-padding-md w-100 h-100 text-left border rounded"> |
| 91 | + <div class="widget-padding-md w-100 h-100 text-start border rounded"> |
92 | 92 | <blockquote class="blockquote">
|
93 | 93 | <p>Don't get set into one form, adapt it and build your own, and let
|
94 | 94 | it gb-row, be like water. Empty your mind, be formless, shapeless — like water.
|
|
0 commit comments