In the style section you can add:
`float: right;` To align the image to the right of the text.
`float: left;` To align the image to the left of the text.
`width: 100%;` To center and fill the space with image. (also remove width section setting)
padding-right: 20px; Add 20px of padding to the image on the right.
padding-left: 20px; Add 20px of padding to the image on the left.
Comments
0 comments
Please sign in to leave a comment.