
The CSS code reads as follows. Line 1: line hyphen height colon normal semi colon. A text reads as “Every CSS rule begins with a selector dot The selector identifies which element or elements in the HTML document will be affected by the declarations in the rule“. Line 2: line hyphen height colon 1 dot 5 semi colon. A text reads as “Every CSS rule begins with a selector dot The selector identifies which element or elements in the HTML document will be affected by the declarations in the rule”. Line 3: text hyphen indent colon 4 e m semi colon. A text reads as “Every CSS rule begins with a selector dot The selector identifies which element or elements in the HTML document will be affected by the declarations in the rule”. Line 4: text hyphen align colon left semi colon. A text, left-aligned, reads as “Every CSS rule begins with a selector"". Line 5: text hyphen aligns colon center semi colon. A text, center-aligned, reads as “Every CSS rule begins with a selector"". Line 6: text hyphen aligns colon right semi colon. A text, right-aligned, reads as “Every CSS rule begins with a selector"". Line 7: letter hyphen spacing colon 3 p x semi colon. A text, with space between every character, reads as “Every CSS rule begins with a selector"". Line 8: text hyphen transform colon uppercase semi colon. A text, with upper case characters, reads as “Every CSS rule begins with a selector"". Line 9: text hyphen transform colon lower semi colon. A text, with lower case characters, reads as “Every CSS rule begins with a selector"". Line 10: text hyphen transform colon decoration semi colon. A text, with word underline, reads as “selector"". Line 11: text hyphen transform colon none semi colon. A text reads as “selector"".
There 3 additional codes at bottom left. Block 1: Image of small box with 4 colors, top aligned text reads vertical hyphen align colon top semi colon. Block 2: Image of small box with 4 colors, middle aligned text reads vertical hyphen align colon middle semi colon. Block 3: Image of small box with 4 colors, bottom aligned text reads vertical hyphen align colon bottom semi colon.
Back