Having come from Semantic-UI and starting to learn Bootstrap, I must say that despite its widespread popularity, I find Bootstrap a bit lacking compared to what Semantic-UI has to offer in terms of basic stylings.
Currently, I am on the lookout for the Bootstrap equivalent of Semantic-UI's "raised segments" - those bordered containers with shadows that give them a "raised" appearance above other content. You can check out an example here:
Does Bootstrap have something similar, or will I need to create my own using CSS borders and box-shadows? While I understand it can be done quite easily with CSS, I'd like to confirm whether there is already a built-in solution in Bootstrap rather than trying to reinvent the wheel.