---
layout: single
property_name: border-top-left-radius
---
Defines the radius of the top left 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 left border.
If you set two values, the first one is for the top border, the second one for the left border.
#border-top-left-radius
default
border-top-left-radius: 0;
border-top-left-radius: 20px;
border-top-left-radius: 50%;
border-top-left-radius: 20px 50%;