Code Thuộc tính text-emphasis-style trong CSS

Code Thuộc tính text-emphasis-style trong CSS

Code Thuộc tính text-emphasis-style trong CSS

Chạy Thử
Code Thuộc tính text-emphasis-style trong CSS

Code Thuộc tính text-emphasis-style trong CSS

Dùng để thêm những biểu tượng trên mỗi chữ cái trong phần tử HTML, bạn có thể kết hợp text-emphasis-color để thêm màu sắc cho biểu tượng và text-emphasis-position để cho biểu tượng nằm trên, dưới, trái, phải văn bản:

Dùng ký tự

text-emphasis-style:"❤️";

text-emphasis-style:"#";

Biểu tượng

text-emphasis-style: circle;

text-emphasis-style: dot;

text-emphasis-style: double-circle;

text-emphasis-style: sesame;

text-emphasis-style: triangle;

Biểu tượng kết hợp text-emphasis-color để tạo màu sắc

text-emphasis-style: circle; text-emphasis-color: red;

text-emphasis-style: triangle; text-emphasis-color: blue;

Biểu tượng kết hợp text-emphasis-position để canh vị trí

text-emphasis-style: circle; text-emphasis-position: under;

text-emphasis-style: triangle; text-emphasis-position: under;

Biểu tượng kết hợp với open để xóa phần ở trong, chỉ để lại đường viền ngoài

text-emphasis-style: triangle open;

text-emphasis-style: double-circle open;

text-emphasis-style: sesame open;

text-emphasis-style: circle open;

Code Thuộc tính text-emphasis-style trong CSS nằm trong bài viết Thuộc tính text-emphasis-style trong CSS