Bootstrap Notes-6
Bootstrap Notes-6
It
was publicly released as an open-source project on August 19, 2011.
The framework was created by Mark Otto and Jacob Thornton
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet">
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">
</script>
4)Bootstrap Container's:-->
a)container:-->create responsive fixed width container
b)containe-fluid:-->create responsive containe with full width of the page
c)Container border and color
6)Bootstrap Table:-->
a)table:-->add basic style to table
b)table-striped:-->add zebra stripes to table
c)table-bordered:-->add border on all sides of table and cells
d)table-hover:-->add hover effect on table rows
e)table-dark:-->add black background to table
7)Bootstrap Images:-->
a)rounded:-->add rounded corners to image
b)rounded-circle:-->to shape image to circle
c)img-thumbnail:-->shape the as thumbnail
d)Aligning Images:-->
I)float-start:-->to align image to the left
II)float-end:-->to align image to the right
III)mx-auto d-block:-->to align image to the center
11)Bootstrap 5 Pagination:-->
a)Basic Pagination:-->pagination,page-item,page-link
b)Active State Pagination:--->to highlight current page(active)
c)Disabled State:-->To create un-clickable link(disabled)
d)Pagination Sizing:-->To resize pagination blocks
I)pagination-lg:-->for larger bolock
II)pagination-sm:-->for smaller block
c)Centered Modal:-->center the modal vartically and horizontally with in the page
modal-dialog-centered
18)Bootstrap Forms:-->
a)form-control:-->to get proper style for input text box
b)form-label:-->to give style for lable
c)form-check-input:--> to give style for checkbox and radio button
d)form-check-label:-->to give style for lable
e)form-select:-->to give style for dropdown list
f)form-control:-->
I)form-control-lg
II)form-control-sm
g)form-control attributes
I)disabled
II)readonly
19)Floating Labels:-->can insert the label inside input field, and make them float
on user click inside input