Amit Diwan has Published 109 Articles

Bootstrap 4 .justify-content-*-end class

Amit Diwan

Amit Diwan

Updated on 17-Jun-2020 12:55:42

485 Views

To justify the flex items on the end, use the justify-content-end class.To justify the flex items on the end, on different screen sizes, use the justify-content-*-end class. The flex items justified at the end would be visible like the following on different screen sizes −Small Screen Size   Alabama   New York ... Read More

Bootstrap 4 card styled with bg-secondary class

Amit Diwan

Amit Diwan

Updated on 17-Jun-2020 12:53:47

139 Views

Add less important stuff, using the card class with the bg-secondary contextual class in Bootstrap.This class adds a gray background −Inside that, add the card body −   English You can try to run the following code to implement the card class with bg-secondary class in Bootstrap −ExampleLive Demo ... Read More

Create a block element with Bootstrap 4

Amit Diwan

Amit Diwan

Updated on 17-Jun-2020 12:52:02

513 Views

To create a block element, use the .d-block Bootstrap 4 class.Use the d-block class −   A block To set blocks for difference screen sizes, use the .d-*-block −   A block for medium screen size Let us see an example to learn how to create block element −ExampleLive Demo ... Read More

Align a flex item in the center with Bootstrap 4

Amit Diwan

Amit Diwan

Updated on 17-Jun-2020 12:40:20

899 Views

To align a flex item in the center with Bootstrap 4, use the .align-self-center class.The following is my div for flex −Now add flex items and here I have applied the align-self-center class on the 3rd flex item −   A-one   B-one   C-one   D-one You can try ... Read More

Set key content with Bootstrap 4 card

Amit Diwan

Amit Diwan

Updated on 17-Jun-2020 12:36:31

74 Views

Add key stuff to a Bootstrap card, using the bg-primary class with the card class.Use the bg-primary class in the card class −       Eisner Award   I have used the text-white class above, to set the text to be white.Let us see a example how ... Read More

Set light grey outlined Bootstrap 4 Button

Amit Diwan

Amit Diwan

Updated on 17-Jun-2020 11:10:15

175 Views

To set an outline on a button that is of light grey color, you need to use the btn-outline-light class in Bootstrap.Use the class as −   Sample You can try to run the following code to implement the btn-outline-light class −ExampleLive Demo       Bootstrap Example ... Read More

Bootstrap 4 .border-success class

Amit Diwan

Amit Diwan

Updated on 16-Jun-2020 12:23:14

123 Views

Display a green border to an element in Bootstrap that indicates success using the border-success class.Set the border as green −    Green border I have also added “mystyle” class in the div, which is to style our div, a rectangle in my example −.mystyle {   width: 250px;   ... Read More

Set negative action for Bootstrap 4 cards with red background color

Amit Diwan

Amit Diwan

Updated on 16-Jun-2020 12:20:59

120 Views

To set negative action (danger) for cards with red background color, you need to use the Bootstrap contextual class card-danger.Set the danger action −   Danger! High Voltage! You can try to run the following code to set danger action for a card in Bootstrap 4 −ExampleLive Demo   ... Read More

Container to create a grid of Bootstrap 4 cards of equal height and width

Amit Diwan

Amit Diwan

Updated on 16-Jun-2020 12:18:58

400 Views

Set a container of cards, using the card-deck class.Work it inside the following div that would be of equal width and height −         You can try to run the following code to implement the card-deck class −ExampleLive Demo   ... Read More

Align gathered items in the center on different screens in Bootstrap 4

Amit Diwan

Amit Diwan

Updated on 16-Jun-2020 12:17:01

86 Views

Use .align-content-*-center class to align gathered items in the center on different screens in Bootstrap 4.Here is how you can align gathered items in the center on different screens −Small Screen SizeMedium Screen SizeLarge Screen SizeYou can try to run the following code to align gathered items in the center ... Read More

Previous 1 ... 5 6 7 8 9 ... 11 Next
Advertisements