Yahoo Suche Web Suche

Suchergebnisse

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

    Learn how to use the CSS border properties to specify the style, width, and color of an element's border. See examples of different border styles, such as dotted, dashed, solid, double, groove, ridge, inset, outset, and none.

    • Overview
    • Constituent properties
    • Syntax
    • Description

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

    This property is a shorthand for the following CSS properties:

    •border-color

    •border-style

    •border-width

    Values

    Sets the thickness of the border. Defaults to medium if absent. See border-width. Sets the style of the border. Defaults to none if absent. See border-style. Sets the color of the border. Defaults to currentcolor if absent. See border-color.

    As with all shorthand properties, any omitted sub-values will be set to their initial value. Importantly, border cannot be used to specify a custom value for border-image, but instead sets it to its initial value, i.e., none.

    The border shorthand is especially useful when you want all four borders to be the same. To make them different from each other, however, you can use the longhand border-width, border-style, and border-color properties, which accept different values for each side. Alternatively, you can target one border at a time with the physical (e.g., border-top ) and logical (e.g., border-block-start) border properties.

  2. Liste der CSS-Eigenschaften. Rahmen und Schatten. border …-width …-style …-color …-top …-right …-bottom …-left …-block …-inline; border-radius; border-image; box-decoration-break; box-shadow; outline. outline-width; outline-style; outline-color; outline-offset; Abstände; Benutzeroberfläche; Container; generierter Inhalt ...

  3. 31. Aug. 2011 · Learn how to use the border property to draw lines around elements with different styles, widths and colors. See examples, syntax, values and browser support for this shorthand property.

  4. 30. Apr. 2021 · Learn how to use CSS border properties to create frames for your boxes with different styles, colors, widths, radii and images. Explore the browser support, shorthand and logical properties for borders.

  5. 18. Jan. 2024 · Lernen Sie, wie Sie mit CSS border einen sichtbaren Rahmen um ein HTML-Element erstellen können. Erfahren Sie mehr über die Eigenschaften border-color, border-style, border-width und box-sizing.