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

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

Learn how to chain different selectors
https://github.com/derektypist/odin-p-css-foundations-d

css3 freecodecamp-project html5 odin-project

Last synced: about 1 year ago
JSON representation

Learn how to chain different selectors

Awesome Lists containing this project

README

          

# Odin Project - CSS Foundations Exercise D

Learn how to chain different selectors

## UX

**User Stories**

1. As a user, I should see a `width` of `300px` on the `avatar` and `proportioned` class.

2. As a user, I should see a `height` of `auto` on the `avatar` and `proportioned` class.

3. As a user, I should see a `width` of `200px` on the `avatar` and `distorted` class.

4. As a user, I should see a `height` two times the width on the `avatar` and `distorted` class.

## 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-d/) at the main branch.

## Credits

### Acknowledgements

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