Yahoo Italia Ricerca nel Web

Risultati di ricerca

  1. www.w3schools.com › css › css_borderCSS Borders - W3Schools

    CSS Border Style. The border-style property specifies what kind of border to display. The following values are allowed: dotted - Defines a dotted border. dashed - Defines a dashed border. solid - Defines a solid border.

  2. 22 gen 2024 · The border shorthand CSS property sets an element's border. It sets the values of border-width, border-style, and border-color.

  3. Definition and Usage. The border property is a shorthand property for: border-width. border-style (required) border-color. If border-color is omitted, the color applied will be the color of the text. Show demo . Default value: medium none color.

  4. 31 ago 2011 · The border property is a shorthand syntax in CSS that accepts multiple values for drawing a line around the element it is applied to. .belement{ border: 3px solid red; width: 200px; aspect-ratio: 1; }

  5. 24 giu 2013 · Bordi con angoli arrotondati: border-radius. Tutorial CSS su border e outline, gli attributi che permettono di personalizzare lo stile dei bordi; ecco come fare e gli esempi per capire la sintassi.

  6. 27 nov 2022 · Our hand-picked border examples are designed to add depth and structure to your website or application. Borders can be used to frame content, create visual separation, or simply add a decorative element to your design.

  7. 26 mag 2020 · CSS border consente di specificare lo stile, il colore e la larghezza del bordo di un elemento attraverso le proprietà border-width, border-style e border-color. Queste proprietà possono riguardare l’intero bordo oppure solo il bordo superiore, inferiore a destra o a sinistra.