A hands-on CSS learning platform where you can explore and understand CSS fundamentals through interactive practice. Built with Docusaurus.
- 🎯 Interactive CSS fundamentals learning
- 📚 Tutorial-based documentation
- 🔄 Real-time preview functionality
- 📱 Responsive design support
npm install
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
docs/
- Learning content and tutorialsblog/
- Blog posts and articlessrc/
- Website source codecomponents/
- React componentscss/
- Custom stylespages/
- Static pages
- Docusaurus - Static site generator