Properti border-bottom-style
Properti border-bottom-style mengatur
gaya batas bawah. Nilai properti ini
sama dengan nilai pada properti
border-style.
Sintaks
selektor {
border-bottom-style: nilai;
}
Contoh
Mari atur batas bawah dengan tipe dashed:
<div id="elem"></div>
#elem {
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: black;
background: #f9f9f9;
width: 300px;
height: 100px;
}
:
Lihat juga
-
properti
border-bottom-color,
yang mengatur warna batas bawah -
properti
border-bottom-width,
yang mengatur ketebalan batas bawah -
properti
border-bottom,
yang mengatur batas untuk sisi bawah -
properti
border-width,
yang mengatur ketebalan semua sisi batas