Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 21 de feb. de 2023 · The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners. Try it. The radius applies to the whole background, even if the element has no border; the exact position of the clipping is defined by the background-clip property.

  2. Learn how to use the CSS border-radius property to create rounded corners for elements. See examples, syntax, browser support, and related pages.

  3. Aprende a usar la propiedad border-radius para crear bordes con esquinas redondeadas de diferentes formas y tamaños. Descubre cómo aplicar valores individuales, irregulares o específicos a cada esquina.

  4. 31 de ago. de 2011 · Learn how to use border-radius to give any element rounded corners with CSS. See syntax, values, examples, browser support, and gotchas of this shorthand property.

  5. Hace 5 días · El border radius es una propiedad de CSS que te permite redondear las esquinas de los elementos de una página web. Algo genial de esta propiedad es que puede aplicarse a casi cualquier elemento para suavizar sus bordes, haciéndolos más estéticos y agradables a la vista.

  6. Defines the radius of the element's corners. default border-radius: 0; Removes any border radius. Hello world. border-radius: 20px; You can use pixel values. Hello world. border-radius: 50%; You can use percentage values. In this example, the radius starts halfway through each border. Hello world. border-radius: 20px 50%;

  7. The border-radius property is used to add rounded borders to an element: Normal border. Round border. Rounder border. Roundest border. Example. p { border: 2px solid red; border-radius: 5px; } Try it Yourself » More Examples. All the top border properties in one declaration.

  1. Otras búsquedas realizadas