[CSS] [proprietà] border-left-width

border-left-width (proprietà CSS) imposta lo spessore del bordo sinistro dell’elemento HTML.

Sintassi

[selettore] {
  border-left-width: [valore];
}
valore descrizione
XXX XXX

Esempi

<style>
.border_left_width{border-left-width:5px;}
.border_color{border-color:red}
.border_style{border-style:solid;}
</style>
<p class="border_left_width border_color border_style">Test</p>

Test

Contenuti correlati

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

Fonti esterne

css, proprietà css

Related Articles

0 Comment

Rispondi