GingerSquirrel
5/15/2016 - 9:44 PM

This code vertically aligns anything that it is added to

This code vertically aligns anything that it is added to

#id{
position: relative;
top: 50%;
transform: translateY(-50%);
}