javascript
Brief description  about Online courses   join in Online courses
View Gaurav  Mukhi 's Profile

First CSS Assignment

Hey whats up guys-
So I'm having an issue with the first CSS assignment.
If i understand it correctly, the assignment states that we need to make each paragraph a different color and style.
I understand the code for that, however I can only get all of the paragraphs to be one style. How do i separate each paragraph's style ?? It won't work properly for me no matter how many different things I try. Please let me know, I appreciate it.
-Gaurav
Asked by Gaurav Mukhi | Sep 19, 2012 |  Reply now
Replies (1)
View amit kumar dubey 's Profile
You either have to use different classes for each paragraph or you can keep the paragraph inside different <div> tags. The use of different classes will be preferrable.
Dec 16, 2012