How to output multiple lines of text behind a picture and juxtapose it with the picture
whxn
whxn 2019-05-08 18:25:44
0
4
2136

How to output multiple lines of text and images behind a picture

whxn
whxn

reply all(1)
Single

Put the image in a div and float it on the left. Put the text in a div and float it. Then adjust the page as needed

  • reply Can the left and right floats control the distance? Why do I jump directly to the border when I float? The middle ones cannot be separated.
    whxn author 2019-05-09 17:00:43
  • reply It can be separated, or you can convert the image into a block element and operate it directly.
    Single author 2019-05-10 15:36:38
  • reply Add margin-left to the left-floating div. Add margin-right to the right-floating div to control it.
    Single author 2019-05-10 15:38:39
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template