Properti border-left
Properti border-left mengatur warna,
tipe, dan ketebalan untuk border kiri. Merupakan
properti singkatan untuk border-left-width,
border-left-style
dan border-left-color.
Sintaksis
selektor {
border-left: ketebalan tipe warna;
}
Urutan properti nilainya tidak penting.
Contoh
Mari kita buat border kiri hitam untuk elemen
dengan ketebalan 2px:
<div id="elem"></div>
#elem {
border-left: 2px solid black;
background: #f9f9f9;
width: 300px;
height: 100px;
}
:
Lihat juga
-
properti
border-right,
yang mengatur border kanan -
properti
border-top,
yang mengatur border atas -
properti
border-bottom,
yang mengatur border bawah -
properti
border-radius,
yang membulatkan sudut border