sulbha
08-03-2017, 07:10 AM
How Do You Make Border Rounded With CSS3?
Barbara
08-28-2017, 08:06 AM
With CSS3, you can give any element "rounded corners", by using the border-radius property.
#rcorners2 {
border-radius: 25px;
border: 2px solid #73AD21;
padding: 20px;
width: 200px;
height: 150px;
}
Powered by vBulletin® Version 4.2.5 Alpha 2 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.