Keret jellemzői: border-bottom CSS jellemző tulajdonságai

Border-bottom

Alsó határ paraméterei
Sorrend: width, style, color.

Used as a shorthand property to set all the border-bottom properties at once.
Lehetséges értékek:
none (semmi; alapértelmezett)
dotted (pontozott)
dashed (szaggatott)
solid (sima vonal)
double (dupla vonal)
3-dimenziós kerettípusok paraméterei: groove, ridge, inset, outset, window-inset, hidden
Separate values by a space in the following order (those that are not defined will use inherited or default initial values):

border-bottom-width
border-bottom-style
border-bottom-color

[ <border-width> || <border-style> || border-top-color ] | inherit

Border-bottom minták, példák:

div { border-bottom:2px solid green; }

div { border-bottom:thick double #00FF00; }


border-bottom: 10pt dashed gray;
Alapértelmezett érték: nincs
Öröklődő tulajdonság: nem
Media besorolás: visual
Csoport besorolás: keret jellemzői

Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,

További keret jellemzői:

border-top-color border-top-style border-top-width border-top border-right-color border-right-style border-right-width border-right border-bottom-color border-bottom-style border-bottom-width border-left-color border-left-style border-left-width border-left border-color border-style border-width border

Border-bottom CSS tulajdonságok, referencia

Webdesign