Website Development Resources
CHouseLive

CSS 3 Techniques that can enhance your template

Text Shadow

text-shadow:2px 2px 4px #666

text-shadow: x-offset y-offset blur-radius color

Box Shadow

-moz-box-shadow: 2px 2px 5px 0 #666;

-webkit-box-shadow: 2px 2px 5px 0 #666;

box-shadow:2px 2px 5px 0 #666

box-shadow: x-offset y-offset blur-radius spread-radius color

Border Radius

-moz-border-radius: 10px;

-webkit-border-radius: 10px;

border-radius: 10px;

CSS3 Mozilla WebKit
border-top-right-radius -moz-border-radius-topright -webkit-border-top-right-radius
border-bottom-right-radius -moz-border-radius-bottomright -webkit-border-bottom-right-radius
border-bottom-left-radius -moz-border-radius-bottomleft -webkit-border-bottom-left-radius
border-top-left-radius -moz-border-radius-topleft -webkit-border-top-left-radius
border-radius -moz-border-radius -webkit-border-radius

If you have encountered a problem with this demonstration, or would like an amendment made to the referencing and attributions of the scripts and code used on this page, please send the CHouseLive team an email: cara_remove_@chouselive_remove_.org