rivera1294 / JR-Project1

0 stars 0 forks source link

Write core concepts draft for css tags, id's and class #6

Open rivera1294 opened 7 years ago

rivera1294 commented 7 years ago

Core Concepts Draft (tags/id's/classes)

Resources

Video #1

Exercises

Exercise 1

Given this code. Add the css so that only the dog news area has a font color of blue.

Hint: Your css should make use of the id selector.

Exercise 2(Bug-Fixing)

Given this code. Edit the css so that the lion title and paragraph has a color of red.

rivera1294 commented 7 years ago

Added a bug fixing exercise.

apprentamentors commented 7 years ago

Add an exercise for bug-fixing where there is a tag-level selector that is "messing up" the style for one element.