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

border-left-color (proprietà CSS) imposta il colore del bordo sinistro dell’elemento HTML.

Sintassi

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

Esempi

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

Test

Contenuti correlati

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

Fonti esterne

css, proprietà css

Related Articles

0 Comment

Rispondi