Border-radius

Increasing the radius leads to greater rounding

p {
    border-radius: 10px;
}

border-radius=50% makes a circle

You can specify individual values for each corner

Round images

Last updated

Was this helpful?