Vertically center anything
// Assumes Bourbon - See http://bourbon.io/docs/#transform
// To see it in action, check out http://codepen.io/dwayne/pen/gjDGx
@mixin vertical-center {
position: relative;
top: 50%;
@include transform(translateY(-50%));
}
Thanks to @DenzilDoyle for showing me this.
Written by Dwayne Crooks
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#