---
layout: single
property_name: border-top-right-radius
---
Defines the radius of the top right corner.
Removes any border radius.
You can use pixel values.
You can use percentage values. In this example, the radius starts halfway on the top border, and ends halfway on the right border.
If you set two values, the first one is for the top border, the second one for the right border.
#border-top-right-radius
default
border-top-right-radius: 0;
border-top-right-radius: 20px;
border-top-right-radius: 50%;
border-top-right-radius: 20px 50%;