I am faced with the challenge of aligning three divs which contain different lengths of text vertically. After experimenting with the following code:
#container{
height:200px;
vertical-align:middle;
display:table-cell;
}
#content{
height:150px;
display: inline-block;
vertical-align: middle
}
However, it appears that the desired effect is not being achieved. You can view my website here, specifically looking at the section with the 3 circles (on hover):