/ Published in: CSS
                    
                                        
Usable CSS3
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
foo. {
border.radius: 10px;
}
p {
text-shadow: 1px 1px 1px 1px #999;
}
.foo {
box-shadow: 1px 1px 1px 1px #999;
}
/* Multiple background images */
body {
background: url(image1.png) no-repeat top left,
url(image2.png) repeat-x bottom left,
url(image3.png) repeat-y top right;
}
.foo {
opacity: 0.5;
}
.foo {
color: rgba(0, 0, 0, 0.75); /*black at 75% opacity*/
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                