Link to home
Start Free TrialLog in
Avatar of Richard Korts
Richard KortsFlag for United States of America

asked on

Bootstrap border around an area

Is there a way to have a border around an area on a bootstrap page?

See attached. Note that the outer blue border references the page edges, the inner black border is the border I'm referring to.

The size would probably be a little larger than this for sm, etc., but needs to resize down responsively for size xs.

Can I do this using Bootstrap?

Can I do rows inside columns? Nested rows / columns?

Thanks
logon_page.jpg
Avatar of Gregg
Gregg
Flag of United States of America image

Hi Richard,
Adding a border around an area of content is a feature available in HTML. You do not need the Bootstrap framework for this.

Are you familiar with the <div> tag as well as the CSS border property?
ASKER CERTIFIED SOLUTION
Avatar of Pedro Chagas
Pedro Chagas
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Richard Korts

ASKER

I guess I'm missing something.

Seems to me I need a grid inside of a column (nested rows / columns). Can I do that in Bootstrap?

I understand the css border.

Thanks