Welcome to WebmasterWorld Guest from 23.20.165.182
Forum Moderators: not2easy
joined:July 16, 2013
posts: 4
votes: 0
text-align
. .container {
text-align: center;
}
<div class="container">
<img src="img.jpg">
<img src="img.jpg">
</div>
joined:July 16, 2013
posts: 4
votes: 0
<br>
certainly works. But there is also no need to introduce markup when it isn't necessary. .container img {
padding: 1em;
padding-top: 0;
}
joined:July 16, 2013
posts: 4
votes: 0
[edited by: aakk9999 at 10:02 pm (utc) on Jul 16, 2013]
joined:July 16, 2013
posts: 4
votes: 0