Forums

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

Home Forums CSS What is that?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237726
    Alecar983
    Participant

    Can someone tell me what that line is between them hexagons? And how do I get rid of it or stop it from happening? it doesn’t happen when I use different divs but then the hexagons aren’t next to each other.

    http://codepen.io/Alecar983/pen/GoXbeE

    (you have to click edit for it to work)

    #237732
    Paulie_D
    Member

    It’s text-decoration on the whitespace in the link

    a {
      text-decoration: none;
    }
    
    

    will get rid of it.

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