Make every corner round

  • Author
    Posts
  • #24794
    Gerry

    I have got a fair few items rounded already via edit css …

    but i would like to get every square edge to be round please.. including the navbar and i cant see where i am going wrong!

    this is what i have done so far

    #access > .menu > ul > li > a > span:hover {
    background-color: #FF9900;
    color: Black;
    border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    }

    #access ul ul li a:hover {
    background-color: #FF9900;
    color: Black;
    border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    }

    #main {
    border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    }

    #content img {
    border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    }

    #container {
    border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    }

    #access ul li {
    border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    }

Viewing 1 post (of 1 total)

The topic ‘Make every corner round’ is closed to new replies.