which css property can be used to create a rounded corner on just the top/left and top/right corners of an element code example
Example: how to make borders rounded in css
#rcorners {
border-radius: 25px;
}
#rcorners {
border-radius: 25px;
}