*Task:*
Create a button component using Bootstrap that demonstrates different sizes, colors, and states (e.g., hover, active, disabled). Use the following requirements:
- Create a `.btn` component with the following sizes:
- `.btn-lg` (large)
- `.btn-sm` (small)
- `.btn-block` (block-level)
- Use the following colors:
- Primary (`.btn-primary`)
- Success (`.btn-success`)
- Danger (`.btn-danger`)
- Demonstrate the following states:
- Hover
- Active
- Disabled
*Deliverables:*
- A HTML file with the button component
- A screenshot of the rendered buttons
*Tips:*
- Use Bootstrap 4 or 5 documentation for reference
- Experiment with different combinations of sizes, colors, and states



No comments:
Post a Comment