Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 952 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 952 Bytes

Bootstrap Buttons

Rendering simple buttons without color is not always the best user interface. To get the best user experience bootstrap buttons are used instead of simple buttons each and every time. Designing a button with proper animation and color from scratch is a bit hard. That's where Bootstrap 'Buttons' makes frontend developer's life easier.

In this assignment, we are going to create Bootstrap Buttons.

  • There are 8 buttons with respective ids #button-1, #button-2, #button-3, #button-4, #button-5, #button-6, #button-7, #button-8
  • add the classes in buttons to meet the requirements which is given in image

  • Refer Bootstrap Buttons documentation Refer Testcases for better idea