Skip to content

Instantly share code, notes, and snippets.

@rdpetrusek
rdpetrusek / index.css
Last active July 11, 2017 15:30
Vertically align div inside columns
.text-box {
background-color: green;
width: 50%;
}
.button-element {
background-color: red;
width: 100px;
height: 75px;
vertical-align: middle;