[CSS] [proprietà] border-bottom

border-bottom (proprietà CSS) imposta lo stile (spessore, tipo, colore) del bordo inferiore dell’elemento HTML, nel seguente ordine: border-width, border-style (richiesto), border-color.

Sintassi

[selettore] {
  border-bottom: [ [border-width] [border-style] [border-color] ];
}
valore descrizione
XXX XXX

Esempi

<style>
#border-bottom { border-bottom: 5px solid red;}
</style>
<p id="border-bottom">Test</p>

Test

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

css, proprietà css

Related Articles

0 Comment

Rispondi