I cant seem to center my images on a web page
Hi All,
Be gentle, this is my first post.
So Im trying to learn about webpages and stuff so i have created a site https://www.tomwelsh.eu from the templates section of Dreamweaver but I cant for the life of me get the image and title to center.
Can some one tell me what Im missing here?
| Here is the snippet |
|---|
<div class="row"> <div class="col-lg-4"> <img class="img-circle" src="images/life.jpg" alt="Life" width="140" height="140" class="img-circle"> <h2>Life</h2> <p>"some blurb that i put here.</p> <p><a class="btn btn-default" href="/life.html" role="button">View details »</a></p> </div><!-- /.col-lg-4 --> <div class="col-lg-4"> |
But it looks like this

So how can i get that image and title centered?
All help gratefully received
Chers
Tom