jQuery Selectors Exercise
Apply the following styles using jQuery:
- Select all divs and give them a purple background.
- Select all divs with class "highlight" and make them 200px wide.
- Select the div with id "third" and give it an orange border.
- Bonus: Select the first div only and change its font color to pink.
Div 1
Div 2
Div 3
Div 4