Text Styling in CSS – Text Color, Align,Transform,Indent, Decoration

Text Styling in CSS    CSS provides a lot of ways to format text including changing color, indentation, adding text-decoration, and a lot more. CSS Text Color The color CSS…

Continue ReadingText Styling in CSS – Text Color, Align,Transform,Indent, Decoration

CSS Syntax and Selector

CSS Syntax and Selector   A CSS ruleset/rule is composed of a selector and a declaration block. The selector or a group of selectors targets the elements we want to style. The declaration blocks are grouped in blocks. Each declaration block…

Continue ReadingCSS Syntax and Selector