Forums

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

Home Forums CSS Two toned css container

  • This topic is empty.
Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #98746
    dcstover1
    Member

    p’s* in place

    #98749
    dcstover1
    Member

    cant seem to figure out why the border radius isnt working on the h2 background color though

    #98752
    karlpcrowley
    Participant

    You have the border radius wrong in the h2

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    #98753
    dcstover1
    Member

    you guys are awesome…if i could buy you a round a beers i would

    thanks a lot, looks great

    #98755
    karlpcrowley
    Participant

    Ha everyone come to Ireland for st Patrick’s day!

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