Outline
'outline' beállítása
Used as a shorthand property to set all the background properties at once.
Lehetséges értékek:
Separate values by a space in the following order (those that are not defined will use inherited or default initial values):
outline-color
outline-style
outline-width
[ outline-color || outline-style || outline-width ] | inherit
Outline minták, példák:
div { outline:green solid 2px; }
div { outline:#00FF00 double thick; }
Alapértelmezett érték: |
nincs |
Öröklődő tulajdonság: |
nem |
Media besorolás: |
visual, interactive |
Csoport besorolás: |
outline értékek |
Kompatibilitás: CSS 2, CSS 2.1, CSS 3,