Skip to content

Instantly share code, notes, and snippets.

@kingdomcreation
kingdomcreation / more-bootstrap-utils.css
Created December 31, 2015 05:44
Additional Bootstrap Utilities
/* ==========================================================================
Additional Bootstrap Utilities
========================================================================== */
.pos-r { position: relative !important; }
.pos-a { position: absolute !important; }
.pos-f { position: fixed !important; }
.w-sm { width: 25% !important; }
.w-md { width: 50% !important; }