CSS outline-style
outline-style 3
Sets the style of an outline
Thuộc tính | giá trị | Ví dụ | Mô tả |
---|---|---|---|
outline-style | none dotted dashed solid double groove ridge inset outset |
Xem demo dưới | Xem demo dưới |
outline-style:
div
{
border:2px solid green;
outline-color:red;
outline-style:none;
}
{
border:2px solid green;
outline-color:red;
outline-style:none;
}
Sự tương thích ( Cập nhật / Báo lỗi )
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Chủ đề: p. Programming language p.CSS p.CSS basic