Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
web:bootstrap:bootstrap5 [2023-10-26 20:08] – external edit 127.0.0.1web:bootstrap:bootstrap5 [2023-10-28 21:42] (current) – [Other useful things to know] admin
Line 35: Line 35:
   * '' .rounded-circle'' and ''.rounded-pill'' to create a circle or pill border   * '' .rounded-circle'' and ''.rounded-pill'' to create a circle or pill border
   * ''.text-reset'' to inherit color from parent (e.g. with links)   * ''.text-reset'' to inherit color from parent (e.g. with links)
 +  * Use ''%%<kbd>%%'' to show keystrokes
 +  * Use ''<abbr title="...">'' to show abbreviations
 +  * Use ''fixed-top'' or ''fixed-bottom'' to fix an element to the top or bottom
 +  * Use ''text-truncate'' to truncate long text
 +  * Use ''<div class="vr"></div>'' to create a vertical rule
 +