Home / CSS Tips Generated By ChatGPT / Border Radius for Rounded Corners in CSS Use the border-radius property to create rounded corners on elements. Source Code .rounded-corners { border-radius: 10px; }