CSS Improvments for Coupon

Elite
  • 31 points
    Starting to get into this DEV thing
    I'm helpful
    woodenfox

    Member  —  12th January 2012         

    I've done some CSS improvements to make this look a bit nicer. You can see before and after here:

    Before: http://th2.wordpress.aws-iwatech.com/xBacklog/2012-01-11_1726.png
    After: http://th2.wordpress.aws-iwatech.com/xBacklog/2012-01-11_1725.png

    Please give rep if you like.

    .wdsm_services {
    width: 380px;
    margin: 0 auto;
    border: 1px solid #BEBEBE;
    padding: 30px;
    text-align: center;
    border-image: initial;
    border-radius: 10px;
    }
    
    .wdsm_ad_content {
    padding: 20px 7px;
    }
    
    .wdsm_result textarea {
    margin: 0 auto;
    width: 460px;
    height: 80px;
    font-size: 32px;
    text-align: center;
    color: #444;
    }
    
    .wdsm_result {
    margin: 0 auto;
    width: 466px;
    }
    
    .wdsm_result textarea {
    margin: 0 auto;
    width: 460px;
    height: 80px;
    font-size: 50px;
    text-align: center;
    color: #74BD26;
    }