Palm-Tree-CSS / palm-tree-css

🌴 Minimalist. Modern. Simple. 🌴 An open source CSS library.
https://palm-tree-css.vercel.app/
MIT License
17 stars 4 forks source link

Create layout components #93

Open adonyssantos opened 5 months ago

adonyssantos commented 5 months ago

The layout components will include:

  1. <header>: Is the container for the navigation.
  2. `
  3. <section>: Is a container (12 cols grid)
  4. <main>: if is the only child of section will take the 12 columns
  5. <aside>: there may be up to 2 and each one will take 3 column (to be taken away from <main>).