Answer:
Text align, text decoration and text shadow are all some of the important features in CSS.
Step-by-step explanation:
CSS is a programming language. It stands for Cascading Style Sheets. It is the style sheet language that is used for describing a presentation of any document that is basically written in HTML.
Text Align : This property allows the horizontal alignment of a text in an element. A text can be right align, left align, justified or centered.
Text Decoration : The text decoration features in CSS helps to set or helps to remove the decorations from the text. These are drawn across the descendant text elements.
Text shadow : This property simply allow us to add or put a shadow to the text.