TheOdinProject / css-exercises

MIT License
1.69k stars 71.63k forks source link

All exercises: Changed the structure of the exercises to better align with course curriculum #604

Closed oceanthunder closed 1 month ago

oceanthunder commented 1 month ago

Because

Gives a better structure to the exercises by dividing the exercises as they occur in TOP.

├── advanced-html-css
│   └── animation
│       ├── 01-button-hover
│       ├── 02-pop-up
│       └── 03-dropdown-menu
├── foundations
│   ├── block-and-inline
│   │   ├── 01-margin-and-padding-1
│   │   └── 02-margin-and-padding-2
│   ├── cascade
│   │   └── 01-cascade-fix
│   ├── flex
│   │   ├── 01-flex-center
│   │   ├── 02-flex-header
│   │   ├── 03-flex-header-2
│   │   ├── 04-flex-information
│   │   ├── 05-flex-modal
│   │   ├── 06-flex-layout
│   │   └── 07-flex-layout-2
│   └── intro-to-css
│       ├── 01-css-methods
│       ├── 02-class-id-selectors
│       ├── 03-grouping-selectors
│       ├── 04-chaining-selectors
│       └── 05-descendant-combinator
└── intermediate-html-css
    ├── advanced-grid
    │   ├── 01-responsive-holy-grail
    │   └── 02-holy-grail-mockup
    └── positioning-grid
        └── 01-basic-holy-grail

This PR

Issue

Closes #593

Additional Information

No

Pull Request Requirements

oceanthunder commented 1 month ago

Thanks for doing this.

No, thank you!