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.
- Host: GitHub
- URL: https://github.com/derektypist/odin-p-css-foundations-c
- Owner: derektypist
- Created: 2024-04-03T09:26:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T09:39:36.000Z (about 2 years ago)
- Last Synced: 2025-03-22T19:19:09.350Z (about 1 year ago)
- Topics: css3, freecodecamp-project, html5, odin-project
- Language: HTML
- Homepage: https://derektypist.github.io/odin-p-css-foundations-c/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)