Sway
Ruby and Python are married.
- Dec 19, 2010
- 194
- 76
Code:
.rounded-corners {
border-radius: 10px; /* Future Proof & IE9 */
-webkit-border-radius: 10px; /* Safari & Chrome */
-moz-border-radius: 10px; /* Firefox */
-o-border-radius: 10px; /* Opera */
}
I challenged myself to remember this script.