CSS outline-width
outline-width 2
Sets the width of an outline
Thuộc tính | giá trị | Ví dụ | Mô tả |
---|---|---|---|
outline-width | Độ rộng | outline-width: 2px | ; Xác định độ rộng cho đường bao ngoà |
outline-width:
div
{
border:1px solid green;
outline-style:solid;
outline-color:red;
outline-width:thin;
}
{
border:1px solid green;
outline-style:solid;
outline-color:red;
outline-width:thin;
}
Sự tương thích ( Cập nhật / Báo lỗi )
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Chủ đề: p. Programming language p.CSS p.CSS basic