diff --git a/bootstrap-5-3-new.html b/bootstrap-5-3-new.html index 45af73f78a..d28ce154cc 100644 --- a/bootstrap-5-3-new.html +++ b/bootstrap-5-3-new.html @@ -16,7 +16,7 @@ - + @@ -36,20 +36,20 @@ body { font-size: 16px; } - + ul { padding: 0; } - + .block-title { text-align: center; color: black; } - + .mr-3 { margin-right: 30px; } - + h1, h2, h3, @@ -60,14 +60,14 @@ text-transform: none; letter-spacing: .5px } - + .html-center h4, .block-title { font-family: 'Oswald Regular', Tahoma, sans-serif; text-transform: uppercase; letter-spacing: .5px } - + .modal-grid-row [class^="col"], .bd-example-cols [class^="col"]>*, .bd-example-cssgrid [class*="grid"]>* { @@ -75,6 +75,20 @@ padding-bottom: 0.75rem; background-color: rgba(var(--bd-violet-rgb), 0.15); border: 1px solid rgba(var(--bd-violet-rgb), 0.3); + } + + .tooltip-inner{ + background: black; + border-radius: 5px; + } + + .custom-tooltip .tooltip-inner{ + background: var(--bd-violet-bg); + } + + .custom-tooltip { + --bs-tooltip-bg: var(--bd-violet-bg); + --bs-tooltip-color: var(--bs-white); } @@ -5771,6 +5785,70 @@
+ Bootstrap: + https://getbootstrap.com/docs/5.3/components/tooltips/#tooltips-on-links +
+Placeholder text to demonstrate some inline links with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of real text. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how these tooltips on links can work in practice, once you use them on your own site or project.
++ Bootstrap: + https://getbootstrap.com/docs/5.3/components/tooltips/#custom-tooltips +
++ Bootstrap: + https://getbootstrap.com/docs/5.3/components/tooltips/#directions +
+