More useful bootstrap utilities
- zakariyesahid96
- Jan 23, 2022
- 1 min read
- Some more utilities that can be used such as border-primary to add colour. 
- Radius can be added such as by adding in rounded at the end of a img class. 
- Larger and smaller can be put on a rounded element 
- Adding shadow at the end of a div class gives it a shadow texture. 
- Can also include padding and margin to give room or take space away, going from 0-5. 
- Padding to bottom and different padding depending on when to shrink down. 
- To note, property then side then size and can add the breaking poking to apply certain size. 
- lastly elements can be hidden such as doing d-none. 



Comments