text
English[tekst] American[tɛkst]
n. Text, original text; text, textbook; theme; version
v .Send text message
##outline
English[ˈaʊtlaɪn] US[ˈaʊtˌlaɪn] n. Outline, outline, outline, draft, key points, main principles ; Shape, outline, contour line, outline drawing method, sketch (drawing method) vt. Overview; outline; outline, sketch, sketch
css text-outline property syntax
Function: The text-outline attribute specifies the text outline.
Syntax: text-outline: thickness blur color
Description: thickness Required. The thickness of the outline. blur Optional. The blur radius of the outline. color Required. The color of the outline.
Note: All major browsers do not support the text-outline attribute.
css text-outline property example
p.test { text-outline: 2px 2px #ff0000; }