Revision: 58975
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 12, 2012 10:09 by satie83
Initial Code
#Bottom_Right { Â Â Â height: 65px; Â Â Â width:160px; Â Â Â -moz-border-radius-bottomright: 50px; Â Â Â border-bottom-right-radius: 50px; } Â #Bottom_Left { Â Â Â height: 65px; Â Â Â width:160px; Â Â Â -moz-border-radius-bottomleft: 50px; Â Â Â border-bottom-left-radius: 50px; } Â #Top_Right { Â Â Â height: 65px; Â Â Â width:160px; Â Â Â -moz-border-radius-topright: 50px; Â Â Â border-top-right-radius: 50px; } Â #Top_Left { Â Â Â height: 65px; Â Â Â width:160px; Â Â Â -moz-border-radius-topleft: 50px; Â Â Â border-top-left-radius: 50px; }
Initial URL
Initial Description
Initial Title
CSS - Adding rounded corners – border-radius
Initial Tags
css
Initial Language
CSS