Rounded Corners of the Master Boxes

Discussion in 'Web Development and Programming' started by spongebob na warriors!!!, Nov 2, 2008.

  1. spongebob na warriors!!!

    spongebob na warriors!!! Regular Member

    Joined:
    Oct 31, 2008
    Messages:
    37
    Likes Received:
    0
    1. copy the codes:
    Code:
    /* MASTER BOXES */
    .commonbox {
    border-width: 1px;
    border-style: dashed;
    border-color: #A4F224;
    background-color: 111111;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    font-family: franklin gothic book, tahoma;
    color: #A4F224;
    font-size: 10px;
    text-transform: uppercase; 
    -moz-border-radius: 10px 10px 10px 10px;
    
    }
    .commonbox .evenrow {
    background-color: #111111;
    }
    


    -you may edit it just play wiD the codes base on your taste or like

    2. Simply paste the codes to your external css.
    3. Save it and you're done.

    4. if you need linkers just reply here
    5. if the codes aren't working pls. reply

    tnxX
     
Similar Threads
Loading...

Share This Page