Get boba!
boba Version 1.7.2
  • Introduction
  • Installation
  • Customize
  • Compatibility
  • Changelog
  • Breakpoints
  • Colors
  • Typography
  • Containers
  • Grid
  • Navbar
  • Sections
  • Sidebar
  • Banners
  • Breadcrumbs
  • Cards
  • Collapsible
  • Messages
  • Notifications
  • Pagination
  • Tabs
  • Tables
  • Blockquotes
  • Buttons
  • Code
  • Counters
  • Descriptions
  • Dividers
  • Labels
  • Lists
  • Progress
  • Checkboxes
  • Inputs
  • Radios
  • Selects
  • Switches
  • Textareas
  • Animations
  • Background
  • Borders
  • Display
  • Flex
  • Images
  • Shadows
  • Shapes
  • Sizing
  • Spacing
  • Text

Utilities

Learn how to build your website with boba!

Sizing

Painlessly adjust the relative sizing of your elements using these classes.
Box-Sizing
.border-box Applies box-sizing: border-box; to an element.
Use this class to include padding and border in an element's total width and height.
 
Width
.w-100 Applies width: 100%; to an element.
Use this class to force the width of an element to 100% of its parent container.
Height
.h-100 Applies height: 100%; to an element.
Use this class to force the height of an element to 100% of its parent container.