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

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

Sintassi

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

Esempi

<style>
.border_top_width{border-top-width:5px;}
.border_color{border-color:red}
.border_style{border-style:solid;}
</style>
<p class="border_top_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