Home HTML CSS JAVASCRIPT BOOTSTRAP Python Docker ML tutorial About us Privacy policy

CSS Outline


CSS Outline:-



code family

An outline is a line that is drawn around elements and out side the element, outside the borders, to make the element "stand out". this is CSS the outline properties:

  • outline-style
  • outline-color
  • outline-width
  • outline-offset
  • outline

  • Outline Style in CSS:-

    code family

    code family

    code family

    code family

    code family

    code family

    code family

    code family

    Outline Color in CSS:-

    The outline color property is using to set the color of the outline of the element.

    Outline - Shorthand property in CSS:-



  • outline-width
  • outline-style (required)
  • outline-color

  • CSS Outline Offset

    The outline-offset property add space between the outline and the edge and border of an elements.