An open API service indexing awesome lists of open source software.

https://github.com/derektypist/odin-p-css-foundations-c

Grouping Selectors. Odin Project CSS Foundations Exercise C.
https://github.com/derektypist/odin-p-css-foundations-c

css3 freecodecamp-project html5 odin-project

Last synced: 10 months ago
JSON representation

Grouping Selectors. Odin Project CSS Foundations Exercise C.

Awesome Lists containing this project

README

          

# Odin Project - CSS Foundations Exercise C

Grouping Selectors. Odin Project CSS Foundations Exercise C.

## UX

**User Stories**

1. As a user, I should see a black background and white text on the first `button` element.

2. As a user, I should see a yellow background on the second `button` element.

3. As a user, I should have a font size of `28px` using a grouping selector.

4. As a user, I should have a list of fonts containing `Helvetica` and `Times New Roman` with `sans-serif` as a fallback.

5. As a user, I should see a unique class name on each element.

6. As a user, I should have a grouping selector for styles that both elements share.

## Technologies

Uses HTML5 and CSS3.

## Testing

Make sure all user stories have been met.

## Deployment

On [GitHub Pages](https://derektypist.github.io/odin-p-css-foundations-c/) at the main branch.

## Credits

### Acknowledgements

[FreeCodeCamp](https://www.freecodecamp.org)