Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to center image inside a tag ?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44840
    mokash
    Member

    I want to add icon to the menu, but I want them centered as well

    #135390
    mokash
    Member

    I want to add image inside a tag


  • Milford Sound in New Zealand
    New Zealand
#135400
Kitty Giraudel
Participant

a img {
display: block;
margin: 0 auto;
border: none;
}

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.