How can i create this in CSS?

i want to create a div container with rounded corners… within this div will be an image left aligned and ideally vertically aligned then on the right of the image will be a short text excerpt that again would be vertically aligned and set at a margin from the image on its left…

What code do you have so far?

Vertically aligned how? Top, bottom, middle, etc?

Something like this?
If not you will need to describe it better or supply a sketch.

4 Likes

essentially a div around 300px long by 80px high

within this will be a small thumbnail logo image that needs to be left aligned i n the div a tiny left margin…

right of this will be a few words of text that could wrap to more than 1 line… this needs to be vertically aligned centrally and ideally positioned at a margin of around 10px from the image right hand side…

I’ve updated the pen, take another look.

1 Like

@SamA74 you could also use flex and save a few lines :-)

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.