html - How to allign 3 divs next to each other in the middle? -
i have 3 divs next each other, aren't nice alligned. leaning towards top instead of middle. what want: what now: as can see, current 1 isn't alligned good.the paragraphs needs higher , on. may seem subtle thing, when open in different sizes of screens looks unorganized , messy. so how make first picture ? anyone got ideas ? .capital { margin: 0px 0 -5px 0; line-height: 63px; font-size: 60px; font-weight: ligter; } .smalltext { text-align: center; margin-top: 0px !important; font-weight: 100px; font-size: 14px; } .container { float: left; margin: 0 auto; width: 100%; display: flex; } .left { width: 25%; margin: 05% 00% 00% 02%; } .imageleft { float: left; } .paragraphs { margin: 5% 00% 2% 00%; width: 50%; } .imageright { float: right; margin: 02% -10% 0% 00%; width: 300px; height: 200px; } .square { border-radius: 25px; background: #769dbd; padding: 20px; w...