--- title: border-bottom-style slug: Web/CSS/border-bottom-style tags: - Referencia_CSS translation_of: Web/CSS/border-bottom-style ---
{{ CSSRef() }}
border-bottom-style
configura o estilo da linha da borda inferior de uma caixa.
border-bottom-style: <border-style> | inherit
border-width
.element { border-bottom-size: 1px; border-bottom-style: dotted; border-bottom-color: #000; }
A menos que seja configurado um valor para border-style
, sua borda não aparecerá, pois o valor padrão configurado é 'none'.
== Compatibilidade com navegadores ==
{{ Cssxref("border-bottom-style") }}, {{ Cssxref("border-bottom") }}, {{ Cssxref("border-bottom-color") }}, {{ Cssxref("border-bottom-width") }},
Categorias
Interwiki Language Links
{{ languages( { "en": "en/CSS/border-bottom-style", "fr": "fr/CSS/border-bottom-style", "pl": "pl/CSS/border-bottom-style" } ) }}