2
How can I have a result like this?
I need to add those lines like in the image, and leave Tags
(which is an image) aligned with the text, as in the example.
<div>
<img src="<?php echo IMAGEPATH; ?>services/tag.jpg">
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer dolor lorem,
efficitur sed gravida sed, congue id magna. Vestibulum tincidunt eu sapien
eu dapibus. Mauris eget laoreet augue, quis sodales dolor.
</p>
</div>
Lines will be images, right? @GWER
– William Pereira
@williamhk2 Lines no. I do not know if it is possible to do this without being an image...
– GWER
I’ll respond considering they are images, so if I find here a method to do this using css I change the answer.
– William Pereira
Beauty, in the waiting!
– GWER
Opa @GWER, I noticed that none of the answers put the margins you mentioned, but I believe that answer the main question that is the alignment of the image, so follow a link to study some possibilities in CSS: http://www.paulund.co.uk/creating-Different-css3-box-Shadows-effects . ;)
– KaduAmaral