Exercise Number: 1
Perform the following operation in css
- Transform the text of the paragraph with the class
uppercase
to uppercase. - Capitalize the first letter of each word in the paragraph with the class
capitalize
. - Add a letter spacing of 2px to the paragraph with the class
spacing
.