/odin-p-css-foundations-e

Apply styles of elements that are descendants of another element, while leaving elements that aren't descendants of that element unstyled.

Primary LanguageHTML

Odin Project - CSS Foundations Exercise E

Apply styles of elements that are descendants of another element, while leaving elements that aren't descendants of that element unstyled.

UX

User Stories

  1. As a user, I should see a yellow background for p elements that are descendants of the div element.

  2. As a user, I should see a text color of red for elements that are descendants of the div element.

  3. As a user, I should see a font size of 20px for elements that are descendants of the div element.

  4. As a user, I should see text center aligned for elements that are descendants of the div element.

Technologies

Uses HTML5 and CSS3.

Testing

Make sure all user stories have been met.

Deployment

On GitHub Pages at the main branch.

Credits

Acknowledgements

FreeCodeCamp