WPExplorers CSS framework
A lightweight utility framework that will help you build websites faster and keep them consistent.
Grid utility classes
Build your layouts in no-time using grid utility classes.
Fluid typography & spacing
Fluid typos and spacing that will scale with viewport size. With fallbacks.
Lightweight
With only 15kb it won't affect your site's performance.
Utility class list
Categories
var(–space-xxxl)
Space XXXLarge
var(–space-xxl)
Space XXLarge
var(–space-xl)
Space XLarge
var(–space-l)
Space Large
var(–space-m)
Space Medium
var(–space-s)
Space Small
var(–font-size-xxxl)
XXXLarge
var(–font-size-xxl)
XXLarge
var(–font-size-xl)
XLarge
var(–font-size-l)
Large
var(–font-size-m)
Medium
var(–font-size-s)
Small
w-align-self-center
Sets self-alignment of flexbox item to center
w-align-self-start
Sets self-alignment of flexbox item to flex-start
w-align-self-end
Sets self-alignment of flexbox item to flex-end
w-text-align-justify
Align text to block
w-text-align-center
Align text to center
w-text-align-right
Align text to right
w-text-align-left
Align text to left
w-justify-content-start
Sets flex or grid content to start
w-justify-content-end
Sets flex or grid content to end
w-justify-content-center
Sets flex or grid content to center
w-justify-content-between
Sets flex or grid content to space-between
w-justify-content-around
Sets flex or grid content to space-around