|
1 | | -# bootstrap-inline-block |
| 1 | + |
2 | 2 | Responsive Inline Block built with Bootstrap 5. Wrapping an item without going beyond its parent. |
| 3 | + |
| 4 | +Check out [Bootstrap Number Inputs Documentation](https://mdbootstrap.com/docs/standard/extended/number-inputs/) for detailed instructions & even more examples. |
| 5 | + |
| 6 | +## How it works |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +```html |
| 11 | +<div> |
| 12 | + While using the property <span class="d-inline-block">display: inline-block</span> |
| 13 | + will wrap the element to prevent the text inside from extending beyond its parent. |
| 14 | +</div> |
| 15 | +``` |
| 16 | + |
| 17 | + |
| 18 | +## How to use? |
| 19 | + |
| 20 | +1. Download MDB 5 - free UI KIT |
| 21 | + |
| 22 | +2. Choose your favourite customized component and click on the image |
| 23 | + |
| 24 | +3. Copy & paste the code into your MDB project |
| 25 | + |
| 26 | +[▶️ Subscribe to YouTube channel for web development tutorials & resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1) |
| 27 | + |
| 28 | +___ |
| 29 | + |
| 30 | +## More extended Bootstrap documentation |
| 31 | + |
| 32 | +<ul> |
| 33 | +<li><a href="https://mdbootstrap.com/docs/standard/layout/display/">Bootstrap Display</a></li> |
| 34 | +<li><a href="https://mdbootstrap.com/docs/standard/extended/screen-sizes/">Bootstrap Screen Sizes</a></li> |
| 35 | +<li><a href="https://mdbootstrap.com/docs/standard/extended/max-width/">Bootstrap Max Width</a></li> |
| 36 | +<li><a href="https://mdbootstrap.com/docs/standard/layout/breakpoints/">Bootstrap Breakpoints</a></li> |
| 37 | +<li><a href="https://mdbootstrap.com/docs/standard/layout/grid/">Bootstrap Grid System</a></li> |
| 38 | +<li><a href="https://mdbootstrap.com/docs/standard/layout/utilities-for-layout/">Bootstrap Utilities for layout</a></li> |
| 39 | +<li><a href="https://mdbootstrap.com/docs/standard/layout/display/">Bootstrap Display</a></li> |
| 40 | +<li><a href="https://mdbootstrap.com/docs/standard/layout/flexbox/">Bootstrap Flexbox</a></li> |
| 41 | +<li><a href="https://mdbootstrap.com/docs/standard/layout/horizontal-alignment/">Bootstrap Horizontal alignment</a></li> |
| 42 | +<li><a href="https://mdbootstrap.com/docs/standard/layout/vertical-alignment/">Bootstrap Vertical alignment</a></li> |
| 43 | +<li><a href="https://mdbootstrap.com/docs/standard/design-blocks/landing-page/">Bootstrap Mobile Design Block</a></li> |
| 44 | +</ul> |
0 commit comments