Cú Pháp
-Thuộc tính này có tác dụng thiết lập màu sắc cho đường viền dưới (border-bottom).
Cú Pháp:
border-bottom-color: color|transparent;
Trong đó:
- color - là màu sắc cho viền.
- transparent - màu trong suốt.
Ví Dụ
VD1: Thiết lập màu nền cho thẻ p
p{
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: orange;
}
VD2: Thiết lập màu nền trong suốt cho thẻ p
p{
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: transparent;
}
Đăng ký nhận tin.
Chúng tôi chỉ gửi tối đa 2 lần trên 1 tháng. Tuyên bố không spam mail!
0 Comments