Posts by cmpscabral • 16 points
1 post
- 
		0 votes2 answers276 viewsA: CSS vertical alignment based on the height of another elementtaking into account that the image size is known, using absolute positioning on the image and negative margins: example: http://codepen.io/cmpscabral/pen/wadaqX .container { position: relative;…