Skip to main content

All Questions

Tagged with
0 votes
1 answer
35 views

propper adjustment of text and list floating around figure/image # flexbox vs float or other methodes

based on this question: Image get misaligned in markdown when using align right or left First try with float - sub optimal positioning of bullet points img { float: left; margin-left: -52px; ...
InLaw's user avatar
  • 2,717
0 votes
4 answers
766 views

Display picture to the left of a div card

For a project, I need to reproduce the following card element. However, I have a little problem, I just can't put the picture to the left. I tried to use float: left; and some, quite questionable, ...
user avatar