This project is created using Positioning, CSS Grid and Flexbox.
- Positioning: Allows you to place items exactly where you want it to be.
- CSS Grid: Allows you to create dynamic layout.
- Flexbox: Allows you to align items.
https://creative-agency-web.netlify.app/
This design Inspiration was gotten from Brad Traversy.
Starting the project runs a local server, watches Sass files, builds Sass to CSS and live reloads.
install node.js
Helps you to write tools for local development.
npm install
Manages packages on your local computer, for development.
npm run start
for development process.
npm run build
run all task for production.