David Meador has Published 171 Articles

Bootstrap 4 .rounded-right class

David Meador

David Meador

Updated on 18-Jun-2020 08:52:14

164 Views

If you want to set rounded right corner to an element, then use the rounded-right class in Bootstrap 4.Adding it to the web page is not a tiresome task. Just add the class to div class −The one class above is used to set style for div − .one { ... Read More

Bootstrap 4 .flex-nowrap class

David Meador

David Meador

Updated on 17-Jun-2020 14:58:01

2K+ Views

Avoid wrapping flex items in Bootstrap 4, using the .flex-nowrap class.Below you can see the flex items aren’t wrapping after the “Eight” flex-item −The flex is set in the div class as if we add any other class in −The following is an example to implement flex-nowrap class to avoid ... Read More

Add a grey background color to the Bootstrap 4 card

David Meador

David Meador

Updated on 17-Jun-2020 14:52:35

1K+ Views

To add a gray background color to the Bootstrap 4 card, use the card class with the bg-dark contextual class −Set the card body inside the same class −   Hello Let us see the complete example add a grey background color to Bootstrap card −ExampleLive Demo       Bootstrap Example                                   Welcome               Hello          

Set a blue border to an element in Bootstrap

David Meador

David Meador

Updated on 17-Jun-2020 14:48:55

203 Views

Use the border-primary class to set a blue border to an element.For a blue border, add the class, as if you add it for or any other element − Let us see an example to set a blue border −ExampleLive Demo       Bootstrap Example   ... Read More

Avoid wrapping flex-items in Bootstrap

David Meador

David Meador

Updated on 17-Jun-2020 14:44:36

2K+ Views

Use the flex-nowrap class in Bootstrap 4 to avoid wrapping the flex items.Here you can see the difference between wrap and nowrap −Above the flex-items are not wrapped. This is achieved using the flex-nowrap class in Bootstrap 4 −   One   Two   Three   Four   Five   ... Read More

Add a light grey background color to the Bootstrap 4 card

David Meador

David Meador

Updated on 17-Jun-2020 14:03:01

2K+ Views

To add a light grey background color to a card in Bootstrap, use the bg-light contextual class with the card class.To set light grey background, add it to the class −   Reduce size of images You can try to run the following code to add ligh grey background ... Read More

Align a flex item at the baseline in Bootstrap 4

David Meador

David Meador

Updated on 17-Jun-2020 13:57:23

166 Views

To align a flex item at the baseline in Bootstrap 4, use the .align-self-baseline class.Set the flex item at the baseline as shown below −   A-one   B-one   C-one   D-one You can try to run the following code to implement the align-self-baseline class in Bootstrap 4 −ExampleLive ... Read More

Bootstrap 4 .d-*-flex class

David Meador

David Meador

Updated on 17-Jun-2020 13:15:44

1K+ Views

Use the .d-*-flex class in Bootstrap to set a flexbox container on a screen size as shown below −d-flex d-sm-flex d-md-flex d-lg-flexAbove the flex is set for different screen sizes, for example, d-sm-flex = Flex for Small Screen Sized-md-flex = Flex for Medium Screen Sized-lg-flex = Flex for Large Screen Sized-xl-flex = ... Read More

Align single rows of items at the end on different screens in Bootstrap 4

David Meador

David Meador

Updated on 17-Jun-2020 13:08:20

55 Views

To align single rows of items at the end on different screens in Bootstrap 4, use the .align-items-*-end class.Align on different screen sizes −Medium Screen Size   Product 1   Product 2   Product 3   Product 4 Large Screen Size   Product 1   Product 2   Product 3 ... Read More

Align flex items in the center on different screen sizes in Bootstrap

David Meador

David Meador

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

2K+ Views

To align items in the center on different screen sizes, use the justify-content-*-center class.The aligned flex items would be like the following for small screen size −   GOLF   CRICKET   SQUASH The aligned flex items would be like the following for medium screen size −   GOLF   ... Read More

Previous 1 ... 4 5 6 7 8 ... 18 Next
Advertisements